warrior 9 сар өмнө
parent
commit
9c40b6a7d2

+ 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;