前端组件调整,剔除无用文件

This commit is contained in:
2019-09-28 20:12:43 +08:00
parent 0b0d659c5e
commit c29b8358be
3496 changed files with 893 additions and 393801 deletions

View File

@@ -6,7 +6,7 @@
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="__static__/plugins/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="__static__/plugins/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="__static__/plugins/font-awesome/css/font-awesome.min.css">
<!-- Ionicons -->
@@ -84,7 +84,7 @@ folder instead of downloading all of them to reduce the load. -->
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="/admin/user/profile.html" class="btn btn-default btn-flat" data-action="url" data-type="tab">个人资料</a>
<a href="/admin/index/clear.html" class="btn btn-default btn-flat" data-action="url" data-type="msg">更新缓存</a>
</div>
<div class="pull-right">
<a href="/admin/index/logout.html" class="btn btn-default btn-flat" data-action="url" data-type="msg">退出</a>
@@ -169,7 +169,7 @@ folder instead of downloading all of them to reduce the load. -->
<span class="button" data-action="scroll" data-type="left"><i class="fa fa-backward"></i></span>
<div class="tab-list">
<div class="page-tabs-content">
<a href="javascript:;" class="home active menuTab" data-id="/admin/system/dashboard"><span><i class="fa fa-home"></i> 系统首页</span></a>
<a href="javascript:;" class="home active menuTab" data-id="/admin/index/dashboard"><span><i class="fa fa-home"></i> 系统首页</span></a>
</div>
</div>
<div class="dropdown" data-tab-action="nav">
@@ -187,7 +187,7 @@ folder instead of downloading all of them to reduce the load. -->
</div>
<div class="mainContent" id="content-main">
<!-- Content Header (Page header) -->
<iframe src="/admin/index/dashboard.html" class="sent_iframe" data-id="/admin/system/dashboard" frameborder="0" width="100%" name="main-body"></iframe>
<iframe src="/admin/index/dashboard.html" class="sent_iframe" data-id="/admin/index/dashboard" frameborder="0" width="100%" name="main-body"></iframe>
<!-- /.content -->
</div>
</div>
@@ -211,9 +211,9 @@ folder instead of downloading all of them to reduce the load. -->
<!-- ./wrapper -->
<!-- jQuery 3 -->
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
<script src="__static__/plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="__static__/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Slimscroll -->
<script src="__static__/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<script src="__static__/plugins/layer/layer.js"></script>

View File

@@ -7,7 +7,7 @@
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="__static__/plugins/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="__static__/plugins/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="__static__/plugins/font-awesome/css/font-awesome.min.css">
<!-- Theme style -->
@@ -56,9 +56,9 @@
<!-- 底部版本信息 结束 -->
<!-- jQuery 2.1.4 -->
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
<script src="__static__/plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="__static__/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- iCheck -->
<script src="__static__/plugins/layer/layer.js"></script>
<script src="__static__/common/js/core.js"></script>