From 3f7adfc342264711e1808620515fc2b3d374d860 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 27 Jun 2024 09:15:45 +0800 Subject: [PATCH] add --- config/app.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/app.js b/config/app.js index 36817f7..a9a84d8 100644 --- a/config/app.js +++ b/config/app.js @@ -8,10 +8,8 @@ let env = "prod" switch (env) { case 'dev': - // BASE_URL = 'https://test-multi-store.lihaink.cn'; - // WSS_URL = 'wss://test-multi-store.lihaink.cn/pull' - BASE_URL = 'https://ceshi-multi-store.lihaink.cn'; - WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' + BASE_URL = 'https://test-multi-store.lihaink.cn'; + WSS_URL = 'wss://test-multi-store.lihaink.cn/pull' break; case 'liu': BASE_URL = 'https://ceshi-multi-store.lihaink.cn';