This commit is contained in:
Taric Xin
2022-01-24 14:03:52 +08:00
parent 034a3bc695
commit da62ad6fce
21 changed files with 12 additions and 761 deletions

View File

@ -76,7 +76,7 @@ export class MenuManagerComponentsIndexComponent implements OnInit {
});
modal.afterClose.subscribe(res => {
if (res) {
// this.loadMemu(this.selectedPlatform.appId);
this.loadMemu(this.selectedPlatform.appId);
}
});
}