Index.cshtml 158 B

12345678
  1. 
  2. @{
  3. string activeMenu = PermissionNames.Vber;
  4. ViewBag.ActiveMenu = activeMenu;
  5. ViewBag.Title = "主页";
  6. }
  7. @await Html.PartialAsync("_Index")