suerprisePlus
2024-06-21 fde8e3bedaf5f883f38c3a0ec33d3c6a8748d1c9
public/config/config.js
@@ -6,7 +6,15 @@
  loadTime: 2000,
  //间隔多久回消息
  retTime: 2000,
  // apiUrl: "http://192.168.11.41:7777/",
  apiUrl: "http://106.120.22.26:5367/",
  imgUrl: webHost + "/image/"
  apiUrl: "http://192.168.11.41:7777/",
  // apiUrl: "http://106.120.22.26:5367/",
  imgUrl: webHost + "/image/",
  modelBase: {
    url: "http://106.120.22.26:8013",
    account: "/account-service",
    geo: "/geo-service",
    password: "NIZEHAN",
    userId: "NIZEHAN",
    modelLayer: "大模型测试库"
  }
};