This commit is contained in:
chenyuwu
2026-08-15 17:13:39 +08:00
parent a10fc51c02
commit 72b18009ff
9 changed files with 63 additions and 82 deletions
+4 -4
View File
@@ -2,9 +2,9 @@
App<IAppOption>({
globalData: {},
onLaunch() {
const envVersion = wx.getAccountInfoSync().miniProgram.envVersion
if (envVersion !== 'release') {
wx.reLaunch({ url: '/pages/tools/index' })
}
// const envVersion = wx.getAccountInfoSync().miniProgram.envVersion
// if (envVersion !== 'release') {
// wx.reLaunch({ url: '/pages/tools/index' })
// }
},
})