fix(App): add whiteList
This commit is contained in:
parent
be1c240692
commit
32e8e16b3a
1
App.vue
1
App.vue
|
@ -19,6 +19,7 @@ export default {
|
||||||
'pages/shareArea/hiList',
|
'pages/shareArea/hiList',
|
||||||
'pages/shareArea/hiOrder',
|
'pages/shareArea/hiOrder',
|
||||||
'pages/pay/hiPay',
|
'pages/pay/hiPay',
|
||||||
|
'pages/pay/success',
|
||||||
]
|
]
|
||||||
if (whiteList.indexOf(options.path) !== -1) return
|
if (whiteList.indexOf(options.path) !== -1) return
|
||||||
const isRegiestLogin = uni.getStorageSync('regiest-login')
|
const isRegiestLogin = uni.getStorageSync('regiest-login')
|
||||||
|
|
Loading…
Reference in New Issue