切换为正式环境

This commit is contained in:
2025-12-08 18:34:33 +08:00
parent 7fdabf1507
commit 5df0ef1045
2 changed files with 4 additions and 3 deletions

View File

@@ -8,8 +8,9 @@ const appConfig = {
// 环境变量相关
env: {},
wss: "ws://192.168.1.42:2348", // ws://192.168.1.42:2348
// wss: "ws://192.168.1.42:2348", // ws://192.168.1.42:2348
// wss: "wss://sockets.sxczgkj.com/wss", //
wss: "wss://czgeatws.sxczgkj.com/wss", //
// 环境变量常量
ENV_ENUM: {
DEVELOPMENT: 'development', // 本地调试地址