mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
29 lines
717 B
Plaintext
29 lines
717 B
Plaintext
# 生产环境配置
|
||
ENV = 'preview'
|
||
NODE_ENV= 'preview'
|
||
BASE_URL= '/pc/'
|
||
|
||
# 管理系统/生产环境
|
||
VUE_APP_BASE_API = '/systemapi-release'
|
||
|
||
# BOE管理系统/开发环境
|
||
VUE_APP_BOE_BASE_API = '/uboeApi-release'
|
||
|
||
# BOE系统网址
|
||
VUE_APP_BOE_WEB_URL = 'https://u.boe.com/preview'
|
||
|
||
# BOE 移动端url
|
||
VUE_APP_BOE_MOBILE_URL = 'http://u.boe.com'
|
||
|
||
# File路径的基础url
|
||
VUE_APP_FILE_BASE_URL='http://u.boe.com/upload'
|
||
|
||
# File路径的基础url的相对路径,加此项是为了不影响之前的路径配置
|
||
VUE_APP_FILE_RELATIVE_PATH = '/upload'
|
||
|
||
# 虚拟目录的变量,结尾的/在vue.config.js中添加
|
||
VUE_APP_PUBLIC_PATH='/pc-release'
|
||
|
||
# 登录地址
|
||
VUE_APP_LOGIN_URL='https://u.boe.com/web-release/'
|