mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 20:13:32 +08:00
临时界面,晚上处理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@model List<OpenAuth.App.ViewModel.ModuleView>
|
||||
@model List<OpenAuth.Domain.Module>
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
@@ -204,12 +204,12 @@
|
||||
{
|
||||
<li data-id="@module.Id" data-pid="0" data-faicon="folder-open-o" data-faicon-close="folder-o">@module.Name</li>
|
||||
|
||||
foreach (var child in module.Childern)
|
||||
@*foreach (var child in module.Childern)
|
||||
{
|
||||
<li data-id="@child.Id" data-pid="@child.ParentId"
|
||||
data-faicon="caret-right"
|
||||
data-url="@child.Url" data-tabid="@child.Id">@child.Name</li>
|
||||
}
|
||||
}*@
|
||||
|
||||
}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user