123456789101112131415161718192021222324252627282930313233343536373839404142 |
- (function (window) {
- window.ApplicationConfig = {
- serverURL: "/server",
- subscribeUrl: 'https://ai.zrzyt.zj.gov.cn/agentai/subscribe/',
- // aiUrl: 'http://localhost:8080/#/ai',
- // landuseAiUrl:'http://localhost:8080/#/assistant',
- xzqUrl: '/arcserver-host/arcgis/rest/services/NRLLM/ZJXZQ/MapServer',
- 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'
- ],
- tk: 'f7c3163e305d6b2a4b6a14938b1932ae'
- }
- }(window))
|