12345678910 |
- 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
- urlPrefix: 'elab-marketing-file/api', //请求默认前缀
- timeout: 10 * 1000 //请求超时时长
- }
- export default config
|