|
@@ -2,8 +2,8 @@ const config = {
|
|
|
terminal: 1,
|
|
|
title: '后台管理系统',
|
|
|
version: '1.4.0',
|
|
|
- baseUrl: `${import.meta.env.VITE_APP_BASE_URL || 'http://gatewaytest1.elab-plus.com/elab-marketing-file'}/`,
|
|
|
- urlPrefix: 'api',
|
|
|
+ baseUrl: `${import.meta.env.VITE_APP_BASE_URL || 'https://gatewaytest1.elab-plus.com'}/`,
|
|
|
+ urlPrefix: 'elab-marketing-file/api',
|
|
|
timeout: 10 * 1000
|
|
|
}
|
|
|
|