完善企微产品库自动登录

This commit is contained in:
aixianling
2022-07-25 14:22:01 +08:00
parent ae746a471c
commit a4eac1cf1a

View File

@@ -90,10 +90,10 @@ export default {
const {code} = this.$route.query const {code} = this.$route.query
this.handleSignIn({code}) this.handleSignIn({code})
} else { } else {
this.getSystem() this.getSystem().then(() => this.getCode().catch(err => {
this.getCode().catch(err => {
this.err = err this.err = err
}) }))
} }
} else { } else {
this.handleLogout() this.handleLogout()