mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
Update .env.development
This commit is contained in:
@@ -8,22 +8,18 @@ VUE_APP_BASE_API = '/systemapi'
|
|||||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||||
|
|
||||||
# BOE系统网址
|
# BOE系统网址
|
||||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
VUE_APP_BOE_WEB_URL = 'http://u-pre.boe.com'
|
||||||
|
|
||||||
# BOE 移动端url
|
|
||||||
VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.10:8082/mobile'
|
|
||||||
|
|
||||||
# File路径的基础url
|
# File路径的基础url
|
||||||
VUE_APP_FILE_BASE_URL = 'http://localhost:9090/cdn/upload'
|
VUE_APP_FILE_BASE_URL='https://u-pre.boe.com/upload'
|
||||||
|
|
||||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
|
||||||
VUE_APP_FILE_RELATIVE_PATH = 'http://localhost:9090/cdn/upload'
|
|
||||||
|
|
||||||
# 登录地址
|
# 登录地址
|
||||||
VUE_APP_LOGIN_URL='/pc/login'
|
VUE_APP_LOGIN_URL='/web/'
|
||||||
|
|
||||||
|
|
||||||
# 虚拟目录的变量
|
# 虚拟目录的变量
|
||||||
VUE_APP_PUBLIC_PATH='/pc'
|
VUE_APP_PUBLIC_PATH='/pc'
|
||||||
|
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|||||||
Reference in New Issue
Block a user