diff --git a/pages/views/setting/index.vue b/pages/views/setting/index.vue index fddfb6a..480308f 100644 --- a/pages/views/setting/index.vue +++ b/pages/views/setting/index.vue @@ -152,12 +152,13 @@ export default { title: 'ι€€ε‡ΊζˆεŠŸ', icon: 'none' }); + setTabBarBadge(0) setTimeout(() => { - uni.switchTab({ - url: '/pages/views/tabBar/category' + uni.redirectTo({ + url: '/pages/login/index1' }); - }, 1500); + }, 500); } } });