warrior 8 mesi fa
parent
commit
9c40b6a7d2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      projects/textbook/src/services/auth.service.ts

+ 1 - 0
projects/textbook/src/services/auth.service.ts

@@ -159,6 +159,7 @@ export class AuthServr {
             console.log(profile);
             localStorage.setItem('profile', JSON.stringify(profile));
             this.textbook.profile = profile;
+            return
           }
           this.message.warning('已认证暂无身份');
           break;