修复socket环境问题

This commit is contained in:
2026-01-26 15:09:33 +08:00
parent f3bd7637b5
commit 38e26fed3e

View File

@@ -1,5 +1,5 @@
//当前环境 test,prod
export const ENV = 'prod'
export const ENV = 'test'
export const ENV_BASE_URL = {
java: {
prod: 'https://cashier.sxczgkj.com/',
@@ -102,7 +102,7 @@ const appConfig = {
env: {},
// wss: "wss://sockets.sxczgkj.com/wss", //测试环境
wss: returnWss(), //正式环境
wss: returnWss(ENV), //正式环境
// 环境变量常量
ENV_ENUM: {
DEVELOPMENT: 'development', // 本地调试地址