🐞 fix: 修复统一登录测试环境地址错误

This commit is contained in:
wangsongsole 2023-04-18 15:56:55 +08:00
parent ab529880a9
commit e4a60c96c1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let download_url = 'https://ewm.83323.cn';
if (process.env.NODE_ENV == 'test' || process.env.NODE_ENV == 'development') {
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/';
}
// 生产环境