This commit is contained in:
Taric Xin
2022-02-10 09:25:46 +08:00
parent 306952a850
commit e59ad0a4e0

View File

@ -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);