config.js 2.6 KB

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