mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
提交修改配置
This commit is contained in:
@@ -4,7 +4,7 @@ let oldApiBaseUrl ='/uboeApi';
|
|||||||
let statApiBaseUrl='/statApi';
|
let statApiBaseUrl='/statApi';
|
||||||
let socialApiBaseUrl='/socialApi';
|
let socialApiBaseUrl='/socialApi';
|
||||||
let loginPath='/pages/login/login';
|
let loginPath='/pages/login/login';
|
||||||
let context='/mobile-release';
|
let context='/mobile';
|
||||||
let tokenName='';
|
let tokenName='';
|
||||||
let appId=''
|
let appId=''
|
||||||
let fileUrl='';
|
let fileUrl='';
|
||||||
@@ -20,6 +20,7 @@ if(process.env.NODE_ENV === 'development'){
|
|||||||
loginPath='/pages/login/login';
|
loginPath='/pages/login/login';
|
||||||
}else if(process.env.NODE_ENV === 'preview'){
|
}else if(process.env.NODE_ENV === 'preview'){
|
||||||
// 预发布环境,当前配置未使用上
|
// 预发布环境,当前配置未使用上
|
||||||
|
context='/mobile-release';
|
||||||
apiBaseUrl = '/systemapi';
|
apiBaseUrl = '/systemapi';
|
||||||
oldApiBaseUrl = '/uboeApi';
|
oldApiBaseUrl = '/uboeApi';
|
||||||
statApiBaseUrl='/statApi';
|
statApiBaseUrl='/statApi';
|
||||||
|
|||||||
Reference in New Issue
Block a user