完善菜单管理

This commit is contained in:
橙子
2022-04-29 00:31:08 +08:00
parent 90b39d075d
commit c651b60c59
6 changed files with 19 additions and 36 deletions

View File

@@ -36,7 +36,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers
//暂未制作逻辑删除与多租户的过滤
public async Task<Result> GetMenuTree()
{
return Result.Success().SetData(await _iMenuService.GetMenuTreeAsync());
return Result.Success().SetData(await _iMenuService. GetMenuTreeAsync());
}
}
}