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()
                 uni.setStorageSync('unionId', error.data.unionId)
                 this.$store.commit('updateStatus', error.data)
-                this.mallOrganizeHome()
+                this.$api.redirectTo('/pages/login/login')
+                // this.mallOrganizeHome()
             }
         },
         async updateCartCount() {