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