From 38e26fed3ed274e81ae6c4a65be2071bcd8b930d Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 26 Jan 2026 15:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsocket=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/appConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/appConfig.js b/config/appConfig.js index b5d47bb..f884ef9 100644 --- a/config/appConfig.js +++ b/config/appConfig.js @@ -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', // 本地调试地址