mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 09:56:42 +08:00
27 lines
548 B
Plaintext
27 lines
548 B
Plaintext
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 管理系统/开发环境
|
|
VUE_APP_BASE_API = '/systemapi'
|
|
|
|
# BOE管理系统/开发环境
|
|
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'
|
|
|
|
# File路径的基础url
|
|
VUE_APP_FILE_BASE_URL = 'http://localhost:9090/cdn/upload'
|
|
|
|
# 登录地址
|
|
VUE_APP_LOGIN_URL='/pc/login'
|
|
|
|
# 虚拟目录的变量
|
|
VUE_APP_PUBLIC_PATH='/pc'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|