This commit is contained in:
2026-01-07 16:25:43 +08:00
parent c7c18d4dc3
commit 86bd6613b4

View File

@@ -3,18 +3,22 @@
* 此文件会被挂载到容器中,覆盖构建时的默认配置
*/
window.APP_RUNTIME_CONFIG = {
// 环境标识
env: 'production',
// API 配置
api: {
baseUrl: '/api',
baseUrl: '/urban-lifeline',
timeout: 30000
},
// 应用基础路径
baseUrl: '/shared/',
// 文件配置
file: {
downloadUrl: '/api/urban-lifeline/file/download/',
uploadUrl: '/api/urban-lifeline/file/upload',
downloadUrl: '/urban-lifeline/file/download/',
uploadUrl: '/urban-lifeline/file/upload',
maxSize: {
image: 5,
video: 100,
@@ -27,20 +31,24 @@ window.APP_RUNTIME_CONFIG = {
}
},
// Token 配置
token: {
key: 'token',
refreshThreshold: 300000
},
publicImgPath: '/img',
publicWebPath: '/',
// 公共资源路径
publicImgPath: '/shared/img',
publicWebPath: '/shared',
// 单点登录配置
sso: {
platformUrl: 'https://192.168.130.131/',
workcaseUrl: 'https://192.168.130.131/workcase',
biddingUrl: 'https://192.168.130.131/bidding'
platformUrl: 'https://192.168.130.131/platform/',
workcaseUrl: 'https://192.168.130.131/workcase/',
biddingUrl: 'https://192.168.130.131/bidding/'
},
// 功能开关
features: {
enableDebug: false,
enableMockData: false