1
wankeda
2025-03-25 e0fb00cb3bb37f519b8444b3c5408111207fb069
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_MenuController.cs
@@ -21,6 +21,12 @@
            return Json(Service.GetCurrentMenuActionList());
        }
        [HttpGet, HttpPost, Route("getTreeMenu1")]
        public IActionResult GetTreeMenu1()
        {
            return Json(Service.GetCurrentMenuActionList1());
        }
        [HttpPost, Route("getMenu")]
        public IActionResult GetMenu()
        {