1
huangxiaoqiang
2025-02-16 8b1c3f41283660756f0d380144b7d0d3b4c920f6
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_MenuController.cs
@@ -17,6 +17,12 @@
        return Json(Service.GetCurrentMenuActionList());
    }
    [HttpGet, HttpPost, Route("getTreePhoneMenu")]
    public IActionResult GetTreePhoneMenu()
    {
        return Json(Service.GetCurrentMenuPhoneActionList());
    }
    [HttpPost, Route("getMenu")]
    public IActionResult GetMenu()
    {