新增控制nas上传oss的入口
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user