123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- (function (window) {
- window.ApplicationConfig = {
- serverURL: "/server",
- subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
- // subscribeUrl: 'http://localhost:8511/subscribe/',
- // subscribeUrl: '/agentai/subscribe/',
- // subscribeUrl: 'http://192.168.0.145:8511/subscribe/',
- // zcbdUrl: 'http://ai.zjugis.com:8510/policy/#/home',
- // fgbdUrl: 'http://ai.zjugis.com:8510/policy/#/regulation',
- zcbdUrl: "http://121.40.148.47:8529/#/zcbd/ai-search",
- fgbdUrl: 'http://121.40.148.47:8529/#/zcbd/ai-search',
- wadsUrl: 'http://ai.zjugis.com:8523/home',
- landuseAiUrl: 'http://ai.zjugis.com:8510/#/assistant',
- aiUrl: 'http://ai.zjugis.com:8510/#/ai',
- zizsUrl: 'http://ai.zjugis.com:8510/#/ai-assistant',
- // aiUrl: 'http://localhost:8080/#/ai',
- // landuseAiUrl:'http://localhost:8080/#/assistant',
- gdUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZPGGD/MapServer',
- landUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ecgap_klyzy/MapServer',
- xzqUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZJXZQ/MapServer',
- geoserverUrl: '/geoserver-host/geoserver/sde/ows',
- gdLayerName: 'sde%3Aecgap_klyzy',
- aiAgent: [
- 'plan_dispatcher',
- 'summary',
- 'Chat',
- 'landanalysis_planner',
- 'TenderResultSqlAgent',
- 'zoneanalysis_planner',
- 'ZoneSqlAgent',
- 'sitesel_planner',
- 'BulletinAgent',
- 'KnowledgeChat',
- 'generate_chart',
- 'SumSqlAgent',
- 'SiteSelSqlAgent',
- 'LandSupplySqlAgent',
- 'land_supply_planner',
- 'TradeSqlAgent',
- 'trade_planner',
- 'LandUseSqlAgent',
- 'land_use_planner',
- 'LandApprovalSqlAgent',
- 'land_approval_planner',
- 'spatial_analysis_planner',
- 'SpatialAnalysisAgent',
- "ReportAgent",
- "report_planner",
- "doc_write_planner",
- "DocWriteAgent",
- "NoticeAgent",
- 'LandSiteSelectionSqlAgent',
- 'land_site_selection_planner'
- ],
- zlzdPic: 'https://zlzd.zrzyt.zj.gov.cn/clzyzp//msydfile/online/file/zlzd/',
- zlzdDetail: 'https://zlzd.zrzyt.zj.gov.cn/#/develop/developDetails?id=',
- tk: 'f7c3163e305d6b2a4b6a14938b1932ae',
- routeUrl: 'http://api.tianditu.gov.cn/drive?postStr=',
- layerTreeConfig: [
- // {
- // name: '底图', layers: [
- // {
- // name: "浙江影像",
- // id: "zjyx",
- // checked: true,
- // type: 'wmts',
- // url: 'https://zdzy.zrzyt.zj.gov.cn/gtkj/zjgt48/34048bffdd0d4d148ca4a40da7eade21/services/wmts/imgmap/default/oss',
- // layername: 'imgmap'
- // },
- // {
- // name: "浙江注记",
- // id: "zjzj",
- // checked: true,
- // type: 'wmts',
- // url: 'https://zdzy.zrzyt.zj.gov.cn/gtkj/zjgt49/2003392c13044d3ab3097b0a4328ecf2/services/wmts/imgmap_lab/default/oss',
- // layername: 'imgmap_lab'
- // }
- // ]
- // },
- {
- name: '现状图层', layers: [
- {
- name: "可利用资源",
- id: "GD",
- checked: true,
- // type: 'dynamic',
- // url: '/arcserver-host/arcgis/rest/services/sde/ecgap_klyzy/MapServer'
- type: 'geoserver',
- url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
- layername: 'sde:ecgap_klyzy'
- }
- ]
- }
- ],
- }
- }(window))
|