From 559f0776123a2205863b5787d5b8e1e012d397d3 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 23 十月 2024 15:29:34 +0800 Subject: [PATCH] 灾害效果修改 --- public/config/config.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index d44b3fb..449c469 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -15,11 +15,12 @@ // 鏁版嵁鍒嗘瀽绔彛 const pyHost = isWeb ? isUrl + ":9036" : isUrl + ":8000"; //rag绔彛 -const ragHost = isWeb ? isUrl + ":9036" : "192.168.11.95:8080"; +const ragHost = isWeb ? isUrl + ":9036" : "192.168.11.24:8103"; // 鏈湴鏁版嵁鍦板潃 const pwythHost = "http://localhost/pwyth"; //閰嶇疆 const config = { + images: host + "/imgs/", // server鏈嶅姟 apiServices: "http://" + apiHost + "/server/", // 鐭ヨ瘑鍥捐氨鏈嶅姟 @@ -29,7 +30,8 @@ //鏁版嵁鍒嗘瀽鎺ュ彛 pyServices: "http://" + pyHost + "/py", //rag鏈嶅姟鍦板潃 - ragServices: "http://" + ragHost+ "/api/vi", + // ragServices: "http://" + ragHost+ "/api/vi", + ragServices: "http://" + ragHost+ "/rag_sxdw/api/vi", imageUrl: "", // sdk鏄剧ず sdkImg: host + "/CimSDK/", -- Gitblit v1.9.3