@ -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);
}