|
@@ -2,7 +2,7 @@ const config = {
|
|
|
terminal: 1, //终端
|
|
|
title: '后台管理系统', //网站默认标题
|
|
|
version: '1.4.0', //版本号
|
|
|
- baseUrl: `${import.meta.env.VITE_APP_BASE_URL || 'https://gatewaytest1.elab-plus.com'}/`, //请求接口域名 http://192.168.50.19:5555/elab-marketing-file
|
|
|
+ baseUrl: `${import.meta.env.VITE_APP_BASE_URL || 'http://203.156.249.2:5555'}/`, //请求接口域名 http://192.168.50.19:5555/elab-marketing-file
|
|
|
urlPrefix: 'elab-marketing-file/api', //请求默认前缀
|
|
|
timeout: 40 * 1000 //请求超时时长
|
|
|
}
|