zhengjinyi 4 tahun lalu
induk
melakukan
29b5d2b4b2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -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)
 				})