warrior 10 месяцев назад
Родитель
Сommit
9c40b6a7d2
1 измененных файлов с 1 добавлено и 0 удалено
  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;