@model NavigatorBarModel
@{
ViewBag.Title = "菜单管理";
Layout = "_Default";
}
@section css {
}
@section javascript {
}
@section query {
}
@section toolbar {
}
@section gear {
}
@section body {
演示系统禁止修改系统菜单,可修改外部菜单
}
@section modal {
}
@section customModal {
@await Html.PartialAsync("RoleConfig")
@await Html.PartialAsync("NavigatorConfig")
}