From c4fe5dd463bf779e26ea64e33dfef6fc5aafbaa7 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Wed, 30 Jul 2025 16:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/js/config.js b/commons/js/config.js index 9eb2ffa..1839059 100644 --- a/commons/js/config.js +++ b/commons/js/config.js @@ -1,5 +1,5 @@ const envVersion = wx.getAccountInfoSync().miniProgram.envVersion; -const env = envVersion === "release" ? "p" : "d"; +const env = envVersion === "release" || envVersion === "trial" ? "p" : "d"; const version = 1,