From 1252a0a5a3a0ef08dea019975b4cad5b480748bf Mon Sep 17 00:00:00 2001 From: hly <2783385703@qq.com> Date: Sun, 24 Aug 2025 14:52:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E9=BB=98=E8=AE=A4=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=BB=8Edevelop=E6=94=B9=E4=B8=BAtrial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/getUrl.js b/utils/getUrl.js index 986cc48..58d19fd 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -1,4 +1,4 @@ -let current = "develop"; +let current = "trial"; const accountInfo = wx.getAccountInfoSync(); // current = accountInfo.miniProgram.envVersion;