feat: 修改点击登录逻辑
This commit is contained in:
@@ -517,7 +517,6 @@
|
||||
this.imgUrl = `/api/oauth/ImageCode/${this.codeLength || 4}/${timestamp}`
|
||||
},
|
||||
login() {
|
||||
if(this.ssoOptions.socialLogin){
|
||||
this.$refs.dataForm.validate(valid => {
|
||||
if (valid) {
|
||||
this.loading = true
|
||||
@@ -526,9 +525,7 @@
|
||||
this.getLogin('click')
|
||||
}
|
||||
});
|
||||
return
|
||||
}
|
||||
this.certifyLogin()
|
||||
// this.certifyLogin()
|
||||
},
|
||||
// 普通登录
|
||||
getLogin(type){
|
||||
|
||||
Reference in New Issue
Block a user