提交修改配置

This commit is contained in:
daihh
2022-12-20 17:05:51 +08:00
parent 99b59a39fd
commit fdb420bddd

View File

@@ -4,7 +4,7 @@ let oldApiBaseUrl ='/uboeApi';
let statApiBaseUrl='/statApi';
let socialApiBaseUrl='/socialApi';
let loginPath='/pages/login/login';
let context='/mobile-release';
let context='/mobile';
let tokenName='';
let appId=''
let fileUrl='';
@@ -20,6 +20,7 @@ if(process.env.NODE_ENV === 'development'){
loginPath='/pages/login/login';
}else if(process.env.NODE_ENV === 'preview'){
// 预发布环境,当前配置未使用上
context='/mobile-release';
apiBaseUrl = '/systemapi';
oldApiBaseUrl = '/uboeApi';
statApiBaseUrl='/statApi';