zhengjinyi 4 년 전
부모
커밋
29b5d2b4b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 				})