This commit is contained in:
wangjinlei
2021-06-24 17:54:50 +08:00
parent 5f9ae607c7
commit a1a4f13258
7 changed files with 113 additions and 10 deletions

View File

@@ -186,8 +186,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');