[fix]退出到登录页

main
huyuanxiang 2 years ago
parent 859474e28a
commit af3e8b68a1

@ -152,12 +152,13 @@ export default {
title: '退出成功', title: '退出成功',
icon: 'none' icon: 'none'
}); });
setTabBarBadge(0) setTabBarBadge(0)
setTimeout(() => { setTimeout(() => {
uni.switchTab({ uni.redirectTo({
url: '/pages/views/tabBar/category' url: '/pages/login/index1'
}); });
}, 1500); }, 500);
} }
} }
}); });

Loading…
Cancel
Save