config.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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: 'http://10.10.9.143:8511/subscribe/',
  7. // subscribeUrl: '/agentai/subscribe/',
  8. // subscribeUrl: 'http://192.168.0.145:8511/subscribe/',
  9. // zcbdUrl: 'http://ai.zjugis.com:8510/policy/#/home',
  10. // fgbdUrl: 'http://ai.zjugis.com:8510/policy/#/regulation',
  11. zcbdUrl: "http://121.40.148.47:8529/#/zcbd/ai-search",
  12. fgbdUrl: 'http://121.40.148.47:8529/#/zcbd/ai-search',
  13. wadsUrl: 'http://ai.zjugis.com:8523/home',
  14. landuseAiUrl: 'http://ai.zjugis.com:8510/#/assistant',
  15. aiUrl: 'http://ai.zjugis.com:8510/#/ai',
  16. zizsUrl: 'http://ai.zjugis.com:8510/#/ai-assistant',
  17. // aiUrl: 'http://localhost:8080/#/ai',
  18. // landuseAiUrl:'http://localhost:8080/#/assistant',
  19. gdUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZPGGD/MapServer',
  20. landUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ecgap_klyzy/MapServer',
  21. xzqUrl: 'http://60.191.110.204:6080/arcgis/rest/services/sde/ZJXZQ/MapServer',
  22. geoserverUrl: '/geoserver-host/geoserver/sde/ows',
  23. gdLayerName: 'sde%3Aecgap_klyzy',
  24. mapOptions: {
  25. zoom: 10,
  26. center: [29.877637, 119.533452]
  27. },
  28. aiAgent: [
  29. 'plan_dispatcher',
  30. 'summary',
  31. 'Chat',
  32. 'landanalysis_planner',
  33. 'TenderResultSqlAgent',
  34. 'zoneanalysis_planner',
  35. 'ZoneSqlAgent',
  36. 'sitesel_planner',
  37. 'BulletinAgent',
  38. 'KnowledgeChat',
  39. 'generate_chart',
  40. 'SumSqlAgent',
  41. 'SiteSelSqlAgent',
  42. 'LandSupplySqlAgent',
  43. 'land_supply_planner',
  44. 'TradeSqlAgent',
  45. 'trade_planner',
  46. 'LandUseSqlAgent',
  47. 'land_use_planner',
  48. 'LandApprovalSqlAgent',
  49. 'land_approval_planner',
  50. 'spatial_analysis_planner',
  51. 'SpatialAnalysisAgent',
  52. "ReportAgent",
  53. "report_planner",
  54. "doc_write_planner",
  55. "DocWriteAgent",
  56. "NoticeAgent",
  57. 'LandSiteSelectionSqlAgent',
  58. 'land_site_selection_planner'
  59. ],
  60. zlzdPic: 'https://zlzd.zrzyt.zj.gov.cn/clzyzp//msydfile/online/file/zlzd/',
  61. zlzdDetail: 'https://zlzd.zrzyt.zj.gov.cn/#/develop/developDetails?id=',
  62. tk: 'f7c3163e305d6b2a4b6a14938b1932ae',
  63. routeUrl: 'http://api.tianditu.gov.cn/drive?postStr=',
  64. layerTreeConfig: [
  65. {
  66. name: '现状图层', layers: [
  67. {
  68. name: "可利用资源",
  69. id: "GD",
  70. checked: true,
  71. type: 'geoserver',
  72. //url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms',
  73. //layername: 'sde:ecgap_klyzy'
  74. url: 'http://60.191.110.204:8515/geoserver/nrllm/wms',
  75. layername: 'nrllm:ecgap_klyzy'
  76. }
  77. ]
  78. }
  79. ],
  80. }
  81. }(window))