config.js 718 B

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