heshaofeng
2026-04-09 461524a7a1def4532b9af4ab40733f899f360db7
ÏîÄ¿´úÂë/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));
            }