From 3a2d704c4f6dc4e532b5441d309556c752a0f6d8 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 24 Dec 2025 10:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config.js b/common/config.js index 226f1b6..049fa46 100644 --- a/common/config.js +++ b/common/config.js @@ -1,5 +1,5 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; -const debug = false; // false线上 true本地 +const debug = true; // false线上 true本地 // #ifdef H5 const proxyApi = "/api"; // #endif