新增控制nas上传oss的入口

This commit is contained in:
yutou
2021-06-10 18:28:38 +08:00
parent 5cbe9af85e
commit c65c7e1619
8 changed files with 125 additions and 23 deletions

View File

@@ -16,7 +16,6 @@
</div>
<div id="footer"></div>
</div>
<script src="/layui/layui.js"></script>
<script src="/js/jquery-3.2.1.js"></script>
<script>
@@ -26,17 +25,16 @@
, form = layui.form;
});
$.ajax({cache: false})
$.ajax({cache: false})
console.log(layui.v)
$('#header').load("/html/header.html");
$('#footer').load("../html/footer.html");
$('#footer').load("/html/footer.html");
</script>
<style>
#icon {
float: right;
}
.body {
bottom: 0;
.layui-body {
position: relative;
z-index: 0;
background-color: #F2F2F2;
}
</style>
</body>