修改环境判断

This commit is contained in:
lcc
2025-07-30 16:04:01 +08:00
parent aba0e23743
commit c4fe5dd463
+1 -1
View File
@@ -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,