2026-01-09 12:17:21 +08:00
|
|
|
|
export const AGENT_ID = '17678420499370001'
|
2026-01-20 16:17:39 +08:00
|
|
|
|
export const BASE_URL = 'http://localhost:8180'
|
2026-01-09 12:17:21 +08:00
|
|
|
|
// 根据宝塔nginx配置,/urban-lifeline/ 会代理到后端网关
|
2026-01-20 16:17:39 +08:00
|
|
|
|
// export const BASE_URL = 'https://demo-urbanlifeline.tensorgrove.com/urban-lifeline'
|
2026-01-09 12:17:21 +08:00
|
|
|
|
|
2026-01-20 16:17:39 +08:00
|
|
|
|
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(不包含协议)
|