forked from angelo/web-retail-h5
feat(request): baseUrl update
This commit is contained in:
parent
e40c56e3af
commit
21cfa2b371
|
@ -9,7 +9,8 @@ module.exports = (vm) => {
|
||||||
// 初始化请求配置
|
// 初始化请求配置
|
||||||
uni.$u.http.setConfig((config) => {
|
uni.$u.http.setConfig((config) => {
|
||||||
// config.baseURL = 'https://p1.hzs413.com/inter-api';
|
// config.baseURL = 'https://p1.hzs413.com/inter-api';
|
||||||
config.baseURL = 'http://192.168.0.100:8080';
|
// 192.168.0.100:8080
|
||||||
|
config.baseURL = 'http://60.205.203.247/prod-api';
|
||||||
config.timeout = 30000;
|
config.timeout = 30000;
|
||||||
return config
|
return config
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue