mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 16:50:54 +08:00
fix #I8OB8D 增加可以配置界面是否缓存
This commit is contained in:
parent
51155a7790
commit
cd81340814
@ -64,6 +64,11 @@ namespace OpenAuth.App.Response
|
|||||||
|
|
||||||
public bool IsSys { get; set; }
|
public bool IsSys { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 前端界面是否缓存
|
||||||
|
/// </summary>
|
||||||
|
public bool KeepAlive { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 模块中的元素
|
/// 模块中的元素
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -90,5 +90,11 @@ namespace OpenAuth.Repository.Domain
|
|||||||
[Description("是否系统模块")]
|
[Description("是否系统模块")]
|
||||||
public bool IsSys { get; set; }
|
public bool IsSys { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 前端界面是否缓存
|
||||||
|
/// </summary>
|
||||||
|
/// [Description("前端界面是否缓存")]
|
||||||
|
public bool KeepAlive { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user