From 5aa4a814ab8d4aa194a9683ebefaefdfc6d92c3a Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Tue, 17 Sep 2024 17:18:05 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- by-wxparty/utils/util.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/by-wxparty/utils/util.js b/by-wxparty/utils/util.js index ff41e3d..8658a7f 100644 --- a/by-wxparty/utils/util.js +++ b/by-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