1
yangpeixing
6 天以前 f07efc5e5f18517cd3d7d772dc8be55319c4804b
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Core/HttpContextUser/AspNetUser.cs
@@ -56,6 +56,8 @@
        public int SystemType => UserInfo.SystemType;
        public int MenuType => (_accessor.HttpContext?.Request.Headers.ContainsKey("uniapp") ?? false) ? 1 : 0;
        public bool IsAuthenticated()
        {
            return _accessor.HttpContext.User.Identity.IsAuthenticated;