提交配置修改

This commit is contained in:
daihh
2022-12-05 10:42:08 +08:00
parent bdb04524cd
commit 37b7726a35

View File

@@ -24,8 +24,8 @@ if(process.env.NODE_ENV === 'development'){
oldApiBaseUrl = '/uboeApi';
statApiBaseUrl='/statApi';
socialApiBaseUrl='/socialApi';
fileUrl = 'https://u-pre.boe.com/upload';
loginPath='https://u-pre.boe.com/m/preview';
fileUrl = 'https://u.boe.com/upload';
loginPath='https://u.boe.com/m/preview';
}else if(process.env.NODE_ENV === 'testing'){
// 测试环境
apiBaseUrl = '/systemapi';