小程序优化

This commit is contained in:
2026-01-22 11:36:26 +08:00
parent 8ab6107f25
commit 12d9294f3d
5 changed files with 173 additions and 96 deletions

View File

@@ -1,10 +1,10 @@
export const AGENT_ID = '17678420499370001'
export const BASE_URL = 'http://localhost:8180'
// export const BASE_URL = 'http://localhost:8180'
// 根据宝塔nginx配置/urban-lifeline/ 会代理到后端网关
// export const BASE_URL = 'https://demo-urbanlifeline.tensorgrove.com/urban-lifeline'
export const BASE_URL = 'https://demo-urbanlifeline.tensorgrove.com/urban-lifeline'
export const MEET_URL = 'https://org.xyzh.yslg/workcase'
// export const MEET_URL = 'https://demo-urbanlifeline.tensorgrove.com/workcase'
// export const MEET_URL = 'https://org.xyzh.yslg/workcase'
export const MEET_URL = 'https://demo-urbanlifeline.tensorgrove.com/workcase'
export const WS_HOST = 'localhost:8180' // WebSocket host不包含协议
// export const WS_HOST = 'demo-urbanlifeline.tensorgrove.com/urban-lifeline' // WebSocket host不包含协议
// export const WS_HOST = 'localhost:8180' // WebSocket host不包含协议
export const WS_HOST = 'demo-urbanlifeline.tensorgrove.com/urban-lifeline' // WebSocket host不包含协议