|
@@ -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() {
|