From 5e1d1dd2ab12455a69241bedfddd827cb2de2981 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Tue, 10 Sep 2024 16:59:41 +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 175157e..9137bfb 100644 --- a/gz-wxparty/utils/util.js +++ b/gz-wxparty/utils/util.js @@ -5,7 +5,7 @@ const url = api.url; // 是否是开发环境 -const isDebug = false; +const isDebug = true; const baseUrl = isDebug ? api.url.debug : api.url.web; -- Gitblit v1.8.0