mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-31 21:53:24 +08:00
fix #I8OB8D 增加可以配置界面是否缓存
This commit is contained in:
@@ -63,6 +63,11 @@ namespace OpenAuth.App.Response
|
||||
public string Code { get; set; }
|
||||
|
||||
public bool IsSys { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 前端界面是否缓存
|
||||
/// </summary>
|
||||
public bool KeepAlive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 模块中的元素
|
||||
|
||||
Reference in New Issue
Block a user