mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
Update .env.production
This commit is contained in:
@@ -10,14 +10,11 @@ VUE_APP_BOE_BASE_API = '/uboeApi'
|
|||||||
# BOE系统网址
|
# BOE系统网址
|
||||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
||||||
|
|
||||||
# BOE 移动端url
|
|
||||||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
|
||||||
|
|
||||||
# File路径的基础url
|
# File路径的基础url
|
||||||
VUE_APP_FILE_BASE_URL='http://u-pre.boe.com/upload'
|
VUE_APP_FILE_BASE_URL='https://u.boe.com/upload'
|
||||||
|
|
||||||
# 虚拟目录的变量,结尾的/在vue.config.js中添加
|
# 虚拟目录的变量,结尾的/在vue.config.js中添加
|
||||||
VUE_APP_PUBLIC_PATH='/pc'
|
VUE_APP_PUBLIC_PATH='/pc'
|
||||||
|
|
||||||
# 登录地址
|
# 登录地址
|
||||||
VUE_APP_LOGIN_URL='https://u-pre.boe.com/web/'
|
VUE_APP_LOGIN_URL='/web/'
|
||||||
|
|||||||
Reference in New Issue
Block a user