wankeda
2025-04-14 0ea4a390d09679425cf3ad217a38a9e717641c95
代码管理/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()
        {