完善企微产品库自动登录

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
this.handleSignIn({code})
} else {
this.getSystem()
this.getCode().catch(err => {
this.getSystem().then(() => this.getCode().catch(err => {
this.err = err
})
}))
}
} else {
this.handleLogout()