zhengjinyi 1 年之前
父节点
当前提交
c99ab1bb08
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/tabBar/home/index.js

+ 2 - 1
pages/tabBar/home/index.js

@@ -76,7 +76,8 @@ const homeMiXins = {
                 this.logout()
                 this.logout()
                 uni.setStorageSync('unionId', error.data.unionId)
                 uni.setStorageSync('unionId', error.data.unionId)
                 this.$store.commit('updateStatus', error.data)
                 this.$store.commit('updateStatus', error.data)
-                this.mallOrganizeHome()
+                this.$api.redirectTo('/pages/login/login')
+                // this.mallOrganizeHome()
             }
             }
         },
         },
         async updateCartCount() {
         async updateCartCount() {