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', // 本地调试地址