suerprisePlus
2024-07-16 6069325e1a37cf0462afda1627d4c660735dc57e
public/config/config.js
@@ -1,4 +1,4 @@
const webUrl = location.href.indexOf("/chat") > -1 ? "/chat/" : "";
const webUrl = location.href.indexOf("/GeoAgent") > -1 ? "/GeoAgent/" : "";
const webHost = location.origin + webUrl;
const config = {
  StaticFileBaseUrl: webUrl + "/CimSDK/",
@@ -6,5 +6,18 @@
  loadTime: 2000,
  //间隔多久回消息
  retTime: 2000,
  apiUrl: "http://192.168.11.169:8080/"
  // apiUrl: "/api/",
  // apiUrl: "http://192.168.11.95:7777/api/",
  apiUrl: "http://103.135.160.14:7800/api/",
  imgUrl: webHost + "/image/",
  reportMd: "/Data/Report.md",
  reportDocx: "/Data/Report.docx",
  modelBase: {
    url: "http://106.120.22.26:8013",
    account: "/account-service",
    geo: "/geo-service",
    password: "NIZEHAN",
    userId: "NIZEHAN",
    modelLayer: "大模型测试库"
  }
};