This commit is contained in:
Taric Xin
2022-03-01 13:42:06 +08:00
parent b405f2403e
commit dfff01a8ee
3 changed files with 11 additions and 4 deletions

View File

@ -51,8 +51,6 @@ export class LayoutProMenuComponent implements OnInit, OnDestroy {
}
});
this.menus = res;
console.log(res);
this.openStatus();
}