实现登录拦截器

This commit is contained in:
F嘉阳
2018-02-05 20:14:12 +08:00
parent 8e4fde4e4f
commit c048cc2358
7 changed files with 96 additions and 7 deletions

View File

@@ -56,7 +56,7 @@
</el-container>
</div>
<!--<div th:include="/dist/thymeleaf/footer :: copyright"></div>-->
<script th:src="@{../js/homePage.js}"></script>
<script th:src="@{../js/msg.js}"></script>
<script th:src="@{js/homePage.js}"></script>
<script th:src="@{js/msg.js}"></script>
</body>
</html>