suerprisePlus
2024-07-04 81f92eb9fb83ed5d8ac0b0a5c206315416f10df0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
const webUrl = location.href.indexOf("/GeoAgent") > -1 ? "/GeoAgent/" : "";
const webHost = location.origin + webUrl;
const config = {
  StaticFileBaseUrl: webUrl + "/CimSDK/",
  //初始化后多长时间开
  loadTime: 2000,
  //间隔多久回消息
  retTime: 2000,
  // apiUrl: "/api/",
  apiUrl: "http://192.168.11.95:7777/api/",
  // apiUrl: "http://106.120.22.26:5367/",
  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: "大模型测试库"
  }
};