From e59ad0a4e0f52ffef8bdff5ef9f0670afb6a8dfd Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Thu, 10 Feb 2022 09:25:46 +0800 Subject: [PATCH] edit --- src/app/core/guards/auth.guard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/guards/auth.guard.ts b/src/app/core/guards/auth.guard.ts index 8beda134..0d009572 100644 --- a/src/app/core/guards/auth.guard.ts +++ b/src/app/core/guards/auth.guard.ts @@ -71,7 +71,7 @@ export class AuthGuard extends ACLGuard { switchMap(res => { if (res) { this.srv1.setAbility(res.abilities || []); - // this.menuService.resume(); + this.menuService.resume(); } if (type === 1) { return super.canActivate(route, state);