|
@@ -1,6 +1,6 @@
|
|
(function (window) {
|
|
(function (window) {
|
|
- // const landsiteai_base_url = '/landsiteai'
|
|
|
|
- const landsiteai_base_url = 'http://localhost:8521'
|
|
|
|
|
|
+ const landsiteai_base_url = '/landsiteai'
|
|
|
|
+ // const landsiteai_base_url = 'http://localhost:8521'
|
|
window.ApplicationConfig = {
|
|
window.ApplicationConfig = {
|
|
serverURL: "/server",
|
|
serverURL: "/server",
|
|
// ===================== 订阅与推送服务 (8511) =====================
|
|
// ===================== 订阅与推送服务 (8511) =====================
|
|
@@ -13,7 +13,7 @@
|
|
yjjbntQueryUrl: 'http://localhost:8511/yjjbntQuery', // 永久基本农田查询
|
|
yjjbntQueryUrl: 'http://localhost:8511/yjjbntQuery', // 永久基本农田查询
|
|
|
|
|
|
// ===================== 分析与AI服务 (8521) =====================
|
|
// ===================== 分析与AI服务 (8521) =====================
|
|
- landAnalysisUrl: `${landsiteai_base_url}/land_analysis/stream`, // 土地分析流
|
|
|
|
|
|
+ landAnalysisUrl: `https://ai.zrzyt.zj.gov.cn:10086/landsiteai/land_analysis/stream`, // 土地分析流
|
|
kgQueryUrl: `${landsiteai_base_url}/kg-query`, // 知识图谱查询
|
|
kgQueryUrl: `${landsiteai_base_url}/kg-query`, // 知识图谱查询
|
|
klyzyQueryUrl: `${landsiteai_base_url}/klyzy-query`, // 耕地利用状况查询
|
|
klyzyQueryUrl: `${landsiteai_base_url}/klyzy-query`, // 耕地利用状况查询
|
|
populationQueryUrl: `${landsiteai_base_url}/population`, // 人口查询
|
|
populationQueryUrl: `${landsiteai_base_url}/population`, // 人口查询
|