🐞 fix: 修复统一登录测试环境地址错误
This commit is contained in:
parent
ab529880a9
commit
e4a60c96c1
|
@ -9,7 +9,7 @@ let download_url = 'https://ewm.83323.cn';
|
||||||
if (process.env.NODE_ENV == 'test' || process.env.NODE_ENV == 'development') {
|
if (process.env.NODE_ENV == 'test' || process.env.NODE_ENV == 'development') {
|
||||||
baseurl = 'http://192.168.6.75';
|
baseurl = 'http://192.168.6.75';
|
||||||
window.baseurl = 'http://192.168.6.75';
|
window.baseurl = 'http://192.168.6.75';
|
||||||
window.unifiedUrl = 'https://test.user.1688sup.com/';
|
window.unifiedUrl = 'http://test.user.1688sup.com/';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 生产环境
|
// 生产环境
|
||||||
|
|
Loading…
Reference in New Issue