From 1ed28e2913d502a2d78a7c3b666e8045e5f1749a Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Tue, 20 Jan 2026 15:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BA=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/config.js b/common/config.js index 91fe54d..1273981 100644 --- a/common/config.js +++ b/common/config.js @@ -1,12 +1,9 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; // const debug = false; // false线上 true本地 -const debug = false; // false线上 true本地 +const debug = true; // false线上 true本地 let baseUrl = '' let baseUrlwws = '' - - - const version = "100"; const autoRemoveCache = { count: 100000,