This commit is contained in:
Mr.jiang 2024-07-02 21:00:03 +08:00
parent d9291d3922
commit fe7705ef47
3 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
//测试环境
const PROT = "http://"
// const ROOTHOST = "47.75.182.93:8090";
// const ROOTHOST = "1.92.152.160";
const ROOTHOST = "192.168.2.222:8187";
// const ROOTHOST = "120.46.52.165";
// const ROOTHOST = "192.168.0.115:8187";

View File

@ -105,6 +105,7 @@ class Request {
// baseUrl: 'http://47.75.182.93:8090/', // 请求的根域名
// baseUrl: 'http://120.46.52.165/', // 请求的根域名
baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名
// baseUrl: 'http://1.92.152.160/', // 请求的根域名
// 默认的请求头
header: {},
method: 'POST',