mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
提交配置修改
This commit is contained in:
@@ -24,8 +24,8 @@ if(process.env.NODE_ENV === 'development'){
|
|||||||
oldApiBaseUrl = '/uboeApi';
|
oldApiBaseUrl = '/uboeApi';
|
||||||
statApiBaseUrl='/statApi';
|
statApiBaseUrl='/statApi';
|
||||||
socialApiBaseUrl='/socialApi';
|
socialApiBaseUrl='/socialApi';
|
||||||
fileUrl = 'https://u-pre.boe.com/upload';
|
fileUrl = 'https://u.boe.com/upload';
|
||||||
loginPath='https://u-pre.boe.com/m/preview';
|
loginPath='https://u.boe.com/m/preview';
|
||||||
}else if(process.env.NODE_ENV === 'testing'){
|
}else if(process.env.NODE_ENV === 'testing'){
|
||||||
// 测试环境
|
// 测试环境
|
||||||
apiBaseUrl = '/systemapi';
|
apiBaseUrl = '/systemapi';
|
||||||
|
|||||||
Reference in New Issue
Block a user