Files
YGChatCS/constant/base.js
2025-08-10 12:07:58 +08:00

7 lines
209 B
JavaScript

const isProd = true;
export const BASE_URL = "https://onefeel.brother7.cn/ingress"; //'http://8.138.234.141/ingress'
// socket地址
export const WSS_URL = "wss://onefeel.brother7.cn/ingress/agent/ws/chat";