config.js 995 B

1234567891011121314151617181920212223242526272829303132
  1. let systemConfig = {
  2. /* 通用全局变量 */
  3. defaultAccount: {
  4. userName: "user002",
  5. password: "Yysz@1234002"
  6. },
  7. baseServicerPath: "/oneMap",
  8. // oauth地址
  9. oauthServiceUrlOrigin: "http://121.43.55.7:10086/",
  10. // oauth地址
  11. oauthServiceUrl: "/proxy_oauth",
  12. // dms地址
  13. dmsDataProxy: "/proxy_dms",
  14. // 引擎基础js
  15. scriptMain: "/static/plugins/skyscenery/SkyScenery.js",
  16. GEOSERVER_URL_WMS: "http://121.43.55.7:8889/geoserver/kdyjs/wms",
  17. GEOSERVER_URL_WFS: "http://121.43.55.7:8889/geoserver/kdyjs/wfs",
  18. TDT_URL: "https://{s}.tianditu.gov.cn/",
  19. /* 以下为各模块定义各自全局变量的位置,包括 example 示例 */
  20. example: {
  21. scriptArr: [
  22. "/static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js",
  23. "/static/plugins/skyscenery/plugins/3DTiles/add3DTiles.js"
  24. ]
  25. },
  26. sksjgl: {},
  27. skmh: {},
  28. wgn: {},
  29. yygl: {},
  30. yxgl: {}
  31. }