Merge branch 'master' of https://gitee.com/wjl2008_admin/tougao_web
This commit is contained in:
@@ -185,8 +185,8 @@ export default {
|
||||
.post('api/User/OrcidLogin', { code: this.code })
|
||||
.then((res) => {
|
||||
if (res.data.user == null) {
|
||||
loginForm.orcid = res.data.orcid;
|
||||
registerForm.orcid = res.data.orcid;
|
||||
this.loginForm.orcid = res.data.orcid;
|
||||
this.registerForm.orcid = res.data.orcid;
|
||||
this.loading = false;
|
||||
} else {
|
||||
this.$message.success('Login success');
|
||||
|
||||
Reference in New Issue
Block a user