浏览代码

Merge branch 'master' of https://git.coding.net/aft/AFT.git

albertshaw 8 年之前
父节点
当前提交
ce3676e91a
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/main/webapp/WEB-INF/views/common.html
  2. 1 1
      src/main/webapp/WEB-INF/views/portal/member.html

+ 1 - 0
src/main/webapp/WEB-INF/views/common.html

@@ -200,6 +200,7 @@
 			</ul>
 			<span class="index_orange"></span>
 		</div>
+		<div class="message"><span></span></div>
 	</th:block>
 	<th:block th:fragment="login">
 		<div class="login">

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/member.html

@@ -64,7 +64,7 @@
 	<div class="msg"><span></span></div>
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
-		<script type="text/javascript" th:src="${portalHost + '/service.js'}"></script>
+		<script type="text/javascript" th:src="${portalHost + '/member.js'}"></script>
 	</div>
 </body>