config.js 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: "GD",
  65. checked: true,
  66. type: 'geoserver',
  67. url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
  68. layername: 'sde:ecgap_klyzy'
  69. }
  70. ]
  71. }
  72. ],
  73. }
  74. }(window))