Browse Source

国家管理员

warrior 8 months ago
parent
commit
9c40b6a7d2
1 changed files with 1 additions and 0 deletions
  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;