config.js 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. (function (window) {
  2. window.ApplicationConfig = {
  3. serverURL: "/server",
  4. subscribeUrl: 'https://ai.zrzyt.zj.gov.cn/agentai/subscribe/',
  5. // aiUrl: 'http://localhost:8080/#/ai',
  6. // landuseAiUrl:'http://localhost:8080/#/assistant',
  7. xzqUrl: '/arcserver-host/arcgis/rest/services/NRLLM/ZJXZQ/MapServer',
  8. aiAgent: [
  9. 'plan_dispatcher',
  10. 'summary',
  11. 'Chat',
  12. 'landanalysis_planner',
  13. 'TenderResultSqlAgent',
  14. 'zoneanalysis_planner',
  15. 'ZoneSqlAgent',
  16. 'sitesel_planner',
  17. 'BulletinAgent',
  18. 'KnowledgeChat',
  19. 'generate_chart',
  20. 'SumSqlAgent',
  21. 'SiteSelSqlAgent',
  22. 'LandSupplySqlAgent',
  23. 'land_supply_planner',
  24. 'TradeSqlAgent',
  25. 'trade_planner',
  26. 'LandUseSqlAgent',
  27. 'land_use_planner',
  28. 'LandApprovalSqlAgent',
  29. 'land_approval_planner',
  30. 'spatial_analysis_planner',
  31. 'SpatialAnalysisAgent',
  32. "ReportAgent",
  33. "report_planner",
  34. "doc_write_planner",
  35. "DocWriteAgent",
  36. "NoticeAgent",
  37. 'LandSiteSelectionSqlAgent',
  38. 'land_site_selection_planner'
  39. ],
  40. tk: 'f7c3163e305d6b2a4b6a14938b1932ae'
  41. }
  42. }(window))