This commit is contained in:
zpc 2026-02-28 19:15:57 +08:00
parent a889c53bfc
commit 098d93607b

View File

@ -15,10 +15,10 @@ const ENV = {
},
// 生产环境 - 部署时修改这里的地址
production: {
API_BASE_URL: 'https://app.zpc-xy.com/xyqj/api/api/app',
STATIC_BASE_URL: 'https://app.zpc-xy.com',
ADMIN_API_BASE_URL: 'https://app.zpc-xy.com/xyqj/admin/',
SIGNALR_URL: 'wss://app.zpc-xy.com/xyqj/api/hubs/chat'
API_BASE_URL: 'https://api.xyqinjia.com/api/app',
STATIC_BASE_URL: 'https://api.xyqinjia.com',
ADMIN_API_BASE_URL: 'https://admin-api.xyqinjia.com/',
SIGNALR_URL: 'wss://api.xyqinjia.com/hubs/chat'
}
}