Files
urbanLifeline/urbanLifelineWeb/packages/workcase_wechat/config/index.ts
2026-01-20 16:17:39 +08:00

10 lines
585 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const AGENT_ID = '17678420499370001'
export const BASE_URL = 'http://localhost:8180'
// 根据宝塔nginx配置/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 WS_HOST = 'localhost:8180' // WebSocket host不包含协议
// export const WS_HOST = 'demo-urbanlifeline.tensorgrove.com/urban-lifeline' // WebSocket host不包含协议