1
heshaofeng
2026-03-27 6967501f2c484c04bb772ce9772247b0b8046bd1
ÏîÄ¿´úÂë/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));
            }