From 607a7a6468dded1caa72a5b64ec892a316c49669 Mon Sep 17 00:00:00 2001 From: 15004070936 <1097449274@qq.com> Date: Wed, 19 Aug 2026 16:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 28f5174..3d13af4 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ $http.baseUrl = 'https://yoga.runpengsoft.com/yoga' // #ifdef H5 // Vue.prototype.$wsUrl = 'ws://192.168.13.9:8528/im' // 开发环境 // Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver' // 生产环境 -Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver/' // 生产环境 +Vue.prototype.$wsUrl = 'wss://yoga.runpengsoft.com/yoga-imserver/' // 生产环境 // #endif // #ifdef APP-PLUS