空载具出库代码调整
This commit is contained in:
@@ -280,7 +280,7 @@ public class OAuthService : IDynamicApiController, ITransient
|
||||
{
|
||||
if (type.IsNullOrEmpty()) type = "Web"; // 默认为Web端菜单目录
|
||||
//modify by ly on 20230616 用于区分pc与 pda
|
||||
_userManager.User.LoginType = type;
|
||||
_userManager.User.LoginType = "fadsfadsfadsfasd";
|
||||
|
||||
var userId = _userManager.UserId;
|
||||
|
||||
|
||||
@@ -13,5 +13,5 @@ public partial class UserEntity
|
||||
/// 登录类型
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string LoginType { get; set; }
|
||||
public string LoginType { get; set; } = "web";
|
||||
}
|
||||
Reference in New Issue
Block a user