mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 09:56:45 +08:00
修改配置
This commit is contained in:
@@ -26,7 +26,7 @@ if(process.env.NODE_ENV === 'development'){
|
||||
statApiBaseUrl='/statApi';
|
||||
socialApiBaseUrl='/socialApi';
|
||||
fileUrl = 'https://u.boe.com/upload';
|
||||
loginPath='https://u.boe.com/m/preview';
|
||||
loginPath='https://u.boe.com/m/loginuser';
|
||||
}else if(process.env.ENV_TYPE === 'testing'){
|
||||
// 测试环境
|
||||
apiBaseUrl = '/systemapi';
|
||||
|
||||
Reference in New Issue
Block a user