yl
2022-08-11 f692cf7b41027664c9a3bf405d3c70cf123a76dd
VueWebApi/DLL/BLL/LoginBLL.cs
@@ -25,9 +25,9 @@
        #endregion
        #region[查询菜单功能]
        public static ToMessage LoginMenu(string usercode)
        public static ToMessage LoginMenu(string usercode,string usertype)
        {
            return LoginDAL.LoginMenu(usercode);
            return LoginDAL.LoginMenu(usercode, usertype);
        }
        #endregion