mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge remote-tracking branch 'remotes/origin/application_config' into online
# Conflicts: # .env.development
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# 开发环境配置
|
||||
NODE_ENV = 'development'
|
||||
ENV = 'development'
|
||||
BASE_URL = '/pc/'
|
||||
|
||||
# 管理系统/开发环境
|
||||
VUE_APP_BASE_API = '/systemapi'
|
||||
@@ -10,22 +8,18 @@ VUE_APP_BASE_API = '/systemapi'
|
||||
VUE_APP_BOE_BASE_API = '/uboeApi'
|
||||
|
||||
# BOE系统网址
|
||||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
|
||||
|
||||
# BOE 移动端url
|
||||
VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.10:8082/mobile'
|
||||
VUE_APP_BOE_WEB_URL = 'http://u-pre.boe.com'
|
||||
|
||||
# File路径的基础url
|
||||
VUE_APP_FILE_BASE_URL = 'http://192.168.0.10:9090/cdn/upload'
|
||||
|
||||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||||
VUE_APP_FILE_BASE_URL='https://u-pre.boe.com/upload'
|
||||
|
||||
# 登录地址
|
||||
VUE_APP_LOGIN_URL='/pc/login'
|
||||
VUE_APP_LOGIN_URL='/web/'
|
||||
|
||||
|
||||
# 虚拟目录的变量
|
||||
VUE_APP_PUBLIC_PATH='/pc'
|
||||
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
Reference in New Issue
Block a user