修复手机端无法响应的问题

This commit is contained in:
2018-03-14 13:00:53 +08:00
parent 047e7735d5
commit 564b3ce9e3
7 changed files with 191 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head th:include="/dist/thymeleaf/common_head :: header(测试页面)">
</head>
<body>
<div th:insert="~{/dist/thymeleaf/common_head :: #body_js}"></div>
<div id="app">
<el-container>
<div th:include="/dist/thymeleaf/layout :: asider"></div>
<div th:include="/dist/thymeleaf/layout :: header"></div>
</el-container>
</div>
<!--<div th:include="/dist/thymeleaf/footer :: copyright"></div>-->
<script th:src="@{js/homepage.js}"></script>
<script th:src="@{js/common.js}"></script>
</body>
</html>