This commit is contained in:
xulu
2021-06-24 18:01:59 +08:00
7 changed files with 113 additions and 10 deletions

View File

@@ -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');