侧导航功能移至顶部导航

隐藏部分无用功能
监控需要的js和css改成本地引用
This commit is contained in:
2022-03-28 18:38:32 +08:00
parent b22bfed566
commit 973ef9aa67
20 changed files with 1021 additions and 91 deletions

View File

@@ -104,7 +104,7 @@
$.ajax({cache: false})
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
$('#side').load("/html/body/nas/side.html");
</script>
<style>

View File

@@ -109,7 +109,7 @@
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
$('#side').load("/html/body/nas/side.html");
</script>

View File

@@ -43,7 +43,7 @@
<script>
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
$('#side').load("/html/body/nas/side.html");
let tabid = -1;
layui.use(['layer', 'form', 'element', 'table'], function () {