This commit is contained in:
xiaozhiyong
2024-05-07 13:33:30 +08:00
parent bcc717cd39
commit ff2e39e15b

View File

@@ -208,6 +208,7 @@
}, },
refuseLogin(){ refuseLogin(){
uni.clearStorageSync() uni.clearStorageSync()
uni.setStorageSync('refuseLogin','true')
uni.switchTab({ uni.switchTab({
url: '/pages/tabbar/home/home' url: '/pages/tabbar/home/home'
}) })