This commit is contained in:
2020-05-13 17:39:29 +08:00
parent 61b1636c54
commit d124f90553
10 changed files with 225 additions and 36 deletions

View File

@@ -20,16 +20,16 @@
<script src="/layui/layui.js"></script>
<script src="/js/jquery-3.2.1.js"></script>
<script>
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
$('#side').load("/html/body/nas/side.html");
layui.use(['layer', 'form', 'element'], function () {
var layer = layui.layer
, form = layui.form;
});
$.ajax({ cache: false })
$('#header').load("/html/header.html");
$('#footer').load("/html/footer.html");
$('#side').load("/html/body/nas/side.html");
$.get("/login/check.do", function (data) {
let json = JSON.parse(data);
if (json.code != 0) {
@@ -38,9 +38,10 @@
})
</script>
<style>
#icon {
#icon {
float: right;
}
.body {
bottom: 0;
}