You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
645 B
24 lines
645 B
|
|
@{
|
|
ViewBag.Title = "Index";
|
|
}
|
|
|
|
@section styles {
|
|
<link href="~/Content/styles/user-management.css" rel="stylesheet" />
|
|
}
|
|
|
|
<div class="system-management">
|
|
<div class="aside">
|
|
<ul class="clearfix">
|
|
<li class="active">
|
|
<a href="/UserManagement/Index" class="">用户管理</a>
|
|
</li>
|
|
<li>
|
|
<a href="/OrgManagement/Index" class="">机构管理</a>
|
|
</li>
|
|
<li>
|
|
<a href="/ConfigManagement/Index">系统设置</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|