config.js 909 B

12345678910111213141516171819202122232425262728293031323334
  1. let systemConfig = {
  2. /* 通用全局变量 */
  3. defaultAccount: {
  4. userName: "user002",
  5. password: "Yysz@1234002"
  6. },
  7. baseServicerPath: "/oneMap",
  8. // oauth和DMS环境
  9. backServerPath: "http://121.43.55.7",
  10. // oauth地址
  11. oauthServiceUrlOrigin: "http://121.43.55.7:10086/",
  12. // oauth地址
  13. oauthServiceUrl: "/proxy_oauth",
  14. // oauth前端地址
  15. oauthWebUrlPort: "2100",
  16. // dms前端地址
  17. dmsWebUrlPort: "2101",
  18. // dms地址
  19. dmsDataProxy: "/proxy_dms",
  20. // 引擎基础js
  21. scriptMain: "/static/plugins/skyscenery/SkyScenery.js",
  22. /* 以下为各模块定义各自全局变量的位置,包括 example 示例 */
  23. example: {
  24. scriptArr: [
  25. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js"
  26. ]
  27. },
  28. sksjgl: {},
  29. skmh: {},
  30. wgn: {},
  31. yygl: {},
  32. yxgl: {}
  33. }