From 703703929e97b94ca1c1c5e35a578e5fe9d4cfea Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期一, 30 九月 2024 09:58:04 +0800 Subject: [PATCH] 代码修改 --- public/config/config.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index d44b3fb..74f1134 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -15,9 +15,9 @@ // 鏁版嵁鍒嗘瀽绔彛 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 pwythHost = "http://192.168.11.95:8888/pwyth"; //閰嶇疆 const config = { // server鏈嶅姟 @@ -29,7 +29,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