huangxiaoqiang
2025-06-05 87ce8f1a70dfbf819e6804a26ab8e845a134856c
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()
    {