配置修改

This commit is contained in:
dongruihua
2022-06-15 14:59:26 +08:00
parent a0351f69f3
commit 0c98edc840

View File

@@ -17,8 +17,8 @@ if(process.env.NODE_ENV === 'development'){
// 生产环境 // 生产环境
apiBaseUrl = '/systemapi'; apiBaseUrl = '/systemapi';
oldApiBaseUrl = '/uboeApi'; oldApiBaseUrl = '/uboeApi';
fileUrl = 'https://u.boe.com/file/upload'; fileUrl = 'https://u.boe.com/upload';
loginPath='https://u.boe.com/m'; loginPath='https://u.boe.com/m/loginuser';
} }
export default { export default {