服装智能制造软件平台V3.0
http://182.92.169.222/hhxy/#/user/login
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.
11 lines
240 B
11 lines
240 B
2 years ago
|
/**
|
||
|
* 存放配置常量(当值不为空时会覆盖env配置)
|
||
|
*/
|
||
|
window._CONFIG = {
|
||
|
//接口父路径
|
||
|
VUE_APP_API_BASE_URL: '',
|
||
|
//单点登录地址
|
||
|
VUE_APP_CAS_BASE_URL: '',
|
||
|
//文件预览路径
|
||
|
VUE_APP_ONLINE_BASE_URL: ''
|
||
|
}
|