From 1f1c114eda36fdb504fef7b792188fcd031f0f88 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 2 Dec 2024 10:23:17 +0800 Subject: [PATCH] =?UTF-8?q?Conf:=E5=85=B3=E9=97=AD=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index adbdd35..f386c48 100644 --- a/config/index.js +++ b/config/index.js @@ -7,7 +7,7 @@ if (NODE_ENV === 'development' || NODE_ENV === 'test') { SERVICE_URL = 'https://service-test.xdd618.com/api' SERVICE_WS_URL = 'wss://service-test.xdd618.com/ws' wx.setEnableDebug({ - enableDebug: true + enableDebug: false }) } if (NODE_ENV === 'prod') {