Compare commits
No commits in common. "1516289754e48b2eb43b17156801fd3b97e199e1" and "8c4917f335434a19bc9d9fe40c466d10b56afe34" have entirely different histories.
1516289754
...
8c4917f335
|
@ -4,9 +4,9 @@
|
|||
//测试环境
|
||||
const PROT = "http://"
|
||||
// const ROOTHOST = "47.75.182.93:8090";
|
||||
// const ROOTHOST = "1.92.152.160";
|
||||
const ROOTHOST = "1.92.152.160";
|
||||
// const ROOTHOST = "192.168.2.15:8187";
|
||||
// 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";
|
||||
// const ROOTHOST = "192.168.1.169:8187";
|
||||
|
|
Binary file not shown.
|
@ -104,7 +104,7 @@ class Request {
|
|||
// baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换
|
||||
// baseUrl: 'http://47.75.182.93:8090/', // 请求的根域名
|
||||
// baseUrl: 'http://120.46.52.165/', // 请求的根域名
|
||||
// baseUrl: 'http://192.168.2.15:8187/', // 请求的根域名
|
||||
// baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名
|
||||
baseUrl: 'http://1.92.152.160/', // 请求的根域名
|
||||
// 默认的请求头
|
||||
header: {},
|
||||
|
|
Loading…
Reference in New Issue