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