From 0c330d5538b5158fbb86374cea2f2344c1df77be Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 11 Sep 2024 12:33:48 +0800 Subject: [PATCH] 修改 --- gz-wxparty/utils/util.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gz-wxparty/utils/util.js b/gz-wxparty/utils/util.js index 9137bfb..175157e 100644 --- a/gz-wxparty/utils/util.js +++ b/gz-wxparty/utils/util.js @@ -5,7 +5,7 @@ const url = api.url; // 是否是开发环境 -const isDebug = true; +const isDebug = false; const baseUrl = isDebug ? api.url.debug : api.url.web; -- Gitblit v1.8.0