mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交修改配置
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user