|
|
@ -109,10 +109,11 @@ export default { |
|
|
|
if (wxCode) { |
|
|
|
this.wxAuthorizationCode = wxCode |
|
|
|
await this.getWxAuthorizationUserInfo() |
|
|
|
} else { |
|
|
|
console.log('微信传入token') |
|
|
|
const token = this.$route.query.token |
|
|
|
this.$store.dispatch('user/setTokens', token) |
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
this.getWxAuthorizationUrl() |
|
|
|