菜单到前端路由转换

This commit is contained in:
陈淳
2022-09-09 19:22:14 +08:00
parent ef26567850
commit d4c55620f1
8 changed files with 97 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ namespace Yi.Framework.Common.Models
{
public string Title { get; set; }
public string Icon { get; set; }
public string NoCache { get; set; }
public bool NoCache { get; set; }
public string link { get; set; }
}
}