123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- (function (window) {
- window.ApplicationConfig = {
- serverURL: "/server",
- //subscribeUrl: 'http://ai.zjugis.com:8511/subscribe/',
- subscribeUrl: 'http://localhost:8511/subscribe/',
- // subscribeUrl: 'http://10.10.9.143: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',
- mapOptions: {
- zoom: 10,
- center: [29.877637, 119.533452]
- },
- 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: "GD",
- checked: true,
- type: 'geoserver',
- //url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
- //layername: 'sde:ecgap_klyzy'
- url: 'http://60.191.110.204:8515/geoserver/nrllm/wms',
- layername: 'nrllm:ecgap_klyzy'
- }
- ]
- }
- ],
- }
- }(window))
|