|
|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
xmlns:th="http://www.thymeleaf.org">
|
|
|
- <head th:replace="common::header(~{::title},~{::link})">
|
|
|
+<head th:replace="common::header(~{::title},~{::link})">
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
|
|
<title>手机注册</title>
|
|
|
@@ -147,7 +147,9 @@
|
|
|
<footer class="text-center">
|
|
|
Copyright © 2016-2017 阿凡提 版权所有
|
|
|
</footer>
|
|
|
- <script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
|
|
|
- <script type="text/javascript" th:src="${portalHost+'/app_login.js'}"></script>
|
|
|
+ <div th:replace="common::footer(~{::script})">
|
|
|
+ <script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost+'/app_login.js'}"></script>
|
|
|
+ </div>
|
|
|
</body>
|
|
|
</html>
|