后台更新

This commit is contained in:
2019-09-01 22:49:21 +08:00
parent dd9fbd85fd
commit 0235d72e44
12 changed files with 789 additions and 373 deletions

View File

@@ -70,13 +70,13 @@ folder instead of downloading all of them to reduce the load. -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="#">网站首页</a>
<a href="{:url('index/index')}" target="_blank">网站首页</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">个人资料</a>
<a href="/admin/user/profile.html" data-action="url" data-type="tab">个人资料</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">修改密码</a>
<a href="/admin/user/resetpwd.html" data-action="url" data-type="open">修改密码</a>
</div>
</div>
<!-- /.row -->
@@ -84,10 +84,10 @@ folder instead of downloading all of them to reduce the load. -->
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">个人资料</a>
<a href="/admin/user/profile.html" class="btn btn-default btn-flat" data-action="url" data-type="tab">个人资料</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">退出</a>
<a href="/admin/user/logout.html" class="btn btn-default btn-flat" data-action="url" data-type="msg">退出</a>
</div>
</li>
</ul>