From d4a3ca549f8755c2f87442c27217c3be39cab5cc Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 14 八月 2024 16:00:10 +0800 Subject: [PATCH] 设备维修 --- public/config/config.js | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 0abac97..be1270a 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -14,7 +14,10 @@ const kgHost = isWeb ? isUrl + ":9036" : isUrl + ":8080"; // 鏁版嵁鍒嗘瀽绔彛 const pyHost = isWeb ? isUrl + ":9036" : isUrl + ":8000"; - +//rag绔彛 +const ragHost = isWeb ? isUrl + ":9036" : "192.168.11.95:8080"; +// 鏈湴鏁版嵁鍦板潃 +const pwythHost = "http://localhost/pwyth"; //閰嶇疆 const config = { // server鏈嶅姟 @@ -25,6 +28,8 @@ peiWangServices: "http://" + peiWangHost + "/peiwang/", //鏁版嵁鍒嗘瀽鎺ュ彛 pyServices: "http://" + pyHost + "/py", + //rag鏈嶅姟鍦板潃 + ragServices: "http://" + ragHost+ "/api/vi", imageUrl: "", // sdk鏄剧ず sdkImg: host + "/visual/CimSDK/", @@ -35,5 +40,19 @@ url: "http://" + geoHost + "/geoserver/sxpw", wms: "/wms", wfs: "" - } + }, + //鍦颁笅鏁版嵁 + terrain: { + isShow: false, + isUrl: pwythHost + "/terrain/" + }, + domTilesets: { + url: pwythHost + "/qingxie/tileset.json" + }, + baseModel:{ + serveType: 'Tileset', + url: pwythHost + "/modles/TY/tileset.json", + cnName:"baseModel", + id:"baseModel", + }, }; -- Gitblit v1.9.3