suerprisePlus
2024-09-30 703703929e97b94ca1c1c5e35a578e5fe9d4cfea
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/",