Browse Source

详情页对应分类不同问题修改

zou_ht 8 years ago
parent
commit
239a5b238b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/common.html

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

@@ -80,8 +80,8 @@
 			th:href="${basePath + (isAdmin? '/admin/index.html':'/user/account/index.html')}"
 		th:text="${userName}">个人中心</a> <a
 		th:href="${basePath + '/user/logout'}">退出</a> <a href="">关于我们</a>
-		</div>
 		<div></div>
+		</div>
 	</div>
 </th:block>