@model NavigatorBarModel @{ ViewBag.Title = "用户管理"; Layout = "_Default"; } @section javascript { } @section query {
} @section toolbar {
} @section modal { } @section customModal { @await Html.PartialAsync("RoleConfig") @await Html.PartialAsync("GroupConfig") }