1
heshaofeng
2026-01-23 228f757634d7427f4b7bea72053a81d7a4723e62
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_MenuController.cs
@@ -39,7 +39,8 @@
        [HttpPost, Route("save")]
        public ActionResult Save([FromBody] Sys_Menu menu)
        {
            if (App.User.UserId == 1)
            //超级管理员也能修改菜单
            if (App.User.RoleId == 1)
            {
                return Json(Service.Save(menu));
            }