@@ -82,7 +82,7 @@
uni.setStorageSync('unionId',response.data.unionId)
})
.catch(error =>{
- this.logout(response.data)
+ this.logout(error.data)
uni.setStorageSync('unionId',error.data.unionId)
this.$store.commit('updateStatus',error.data)