config.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. (function (window) {
  2. window.ApplicationConfig = {
  3. serverURL: "/server",
  4. subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
  5. // subscribeUrl: 'http://localhost:8511/subscribe/',
  6. // subscribeUrl: '/agentai/subscribe/',
  7. // subscribeUrl: 'http://192.168.0.145:8511/subscribe/',
  8. // zcbdUrl: 'http://ai.zjugis.com:8510/policy/#/home',
  9. // fgbdUrl: 'http://ai.zjugis.com:8510/policy/#/regulation',
  10. zcbdUrl: "http://121.40.148.47:8529/#/zcbd/ai-search",
  11. fgbdUrl: 'http://121.40.148.47:8529/#/zcbd/ai-search',
  12. wadsUrl: 'http://ai.zjugis.com:8523/home',
  13. landuseAiUrl: 'http://ai.zjugis.com:8510/#/assistant',
  14. aiUrl: 'http://ai.zjugis.com:8510/#/ai',
  15. zizsUrl: 'http://ai.zjugis.com:8510/#/ai-assistant',
  16. // aiUrl: 'http://localhost:8080/#/ai',
  17. // landuseAiUrl:'http://localhost:8080/#/assistant',
  18. gdUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZPGGD/MapServer',
  19. landUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ecgap_klyzy/MapServer',
  20. xzqUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZJXZQ/MapServer',
  21. geoserverUrl: '/geoserver-host/geoserver/sde/ows',
  22. gdLayerName: 'sde%3Aecgap_klyzy',
  23. aiAgent: [
  24. 'plan_dispatcher',
  25. 'summary',
  26. 'Chat',
  27. 'landanalysis_planner',
  28. 'TenderResultSqlAgent',
  29. 'zoneanalysis_planner',
  30. 'ZoneSqlAgent',
  31. 'sitesel_planner',
  32. 'BulletinAgent',
  33. 'KnowledgeChat',
  34. 'generate_chart',
  35. 'SumSqlAgent',
  36. 'SiteSelSqlAgent',
  37. 'LandSupplySqlAgent',
  38. 'land_supply_planner',
  39. 'TradeSqlAgent',
  40. 'trade_planner',
  41. 'LandUseSqlAgent',
  42. 'land_use_planner',
  43. 'LandApprovalSqlAgent',
  44. 'land_approval_planner',
  45. 'spatial_analysis_planner',
  46. 'SpatialAnalysisAgent',
  47. "ReportAgent",
  48. "report_planner",
  49. "doc_write_planner",
  50. "DocWriteAgent",
  51. "NoticeAgent",
  52. 'LandSiteSelectionSqlAgent',
  53. 'land_site_selection_planner'
  54. ],
  55. zlzdPic: 'https://zlzd.zrzyt.zj.gov.cn/clzyzp//msydfile/online/file/zlzd/',
  56. zlzdDetail: 'https://zlzd.zrzyt.zj.gov.cn/#/develop/developDetails?id=',
  57. tk: 'f7c3163e305d6b2a4b6a14938b1932ae',
  58. routeUrl: 'http://api.tianditu.gov.cn/drive?postStr=',
  59. layerTreeConfig: [
  60. // {
  61. // name: '底图', layers: [
  62. // {
  63. // name: "浙江影像",
  64. // id: "zjyx",
  65. // checked: true,
  66. // type: 'wmts',
  67. // url: 'https://zdzy.zrzyt.zj.gov.cn/gtkj/zjgt48/34048bffdd0d4d148ca4a40da7eade21/services/wmts/imgmap/default/oss',
  68. // layername: 'imgmap'
  69. // },
  70. // {
  71. // name: "浙江注记",
  72. // id: "zjzj",
  73. // checked: true,
  74. // type: 'wmts',
  75. // url: 'https://zdzy.zrzyt.zj.gov.cn/gtkj/zjgt49/2003392c13044d3ab3097b0a4328ecf2/services/wmts/imgmap_lab/default/oss',
  76. // layername: 'imgmap_lab'
  77. // }
  78. // ]
  79. // },
  80. {
  81. name: '现状图层', layers: [
  82. {
  83. name: "可利用资源",
  84. id: "GD",
  85. checked: true,
  86. // type: 'dynamic',
  87. // url: '/arcserver-host/arcgis/rest/services/sde/ecgap_klyzy/MapServer'
  88. type: 'geoserver',
  89. url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
  90. layername: 'sde:ecgap_klyzy'
  91. }
  92. ]
  93. }
  94. ],
  95. }
  96. }(window))