@@ -292,6 +292,14 @@
uni.clearStorage({
success: function(res) {
console.log('success');
+ uni.hideTabBarRedDot({
+ index: 3
+ })
+ that.$api.doRequest('post', '/auth/api/logout').then(res => {
+ if (res.data.data) {
+
+ }
that.$store.commit('logout')
that.$api.logout()
// plus.nativeUI.toast(