完善企微产品库自动登录
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user