You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/** |
|
* 存放配置常量(当值不为空时会覆盖env配置) |
|
*/ |
|
window._CONFIG = { |
|
//接口父路径 |
|
VUE_APP_API_BASE_URL: '', |
|
//单点登录地址 |
|
VUE_APP_CAS_BASE_URL: '', |
|
//文件预览路径 |
|
VUE_APP_ONLINE_BASE_URL: '' |
|
} |