wip(semantic):调整模板文件内容

This commit is contained in:
zhengxinonly
2021-09-09 02:49:55 +08:00
parent 7505e4552b
commit 733286b090
25 changed files with 567 additions and 645 deletions
+5 -2
View File
@@ -179,8 +179,6 @@
</div>
</div>
</div>
{% include 'admin/common/footer.html' %}
</body>
<form id="edit_password_view" class="layui-form" action="" style="display: none">
<div class="mainBox">
@@ -233,6 +231,10 @@
</div>
</div>
</form>
{% include 'admin/common/footer.html' %}
<script type="module">
import { USER_API } from '/static/api/http.js'
@@ -311,4 +313,5 @@
})
})
</script>
</body>
</html>