fix(App): add whiteList

This commit is contained in:
woody 2025-09-24 16:52:06 +08:00
parent be1c240692
commit 32e8e16b3a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export default {
'pages/shareArea/hiList',
'pages/shareArea/hiOrder',
'pages/pay/hiPay',
'pages/pay/success',
]
if (whiteList.indexOf(options.path) !== -1) return
const isRegiestLogin = uni.getStorageSync('regiest-login')