Browse Source

首页修改

Signed-off-by: anderx <312518615@qq.com>
anderx 6 years ago
parent
commit
2cba7df312
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/index.html

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

@@ -587,7 +587,7 @@
                         <!-- 公司新闻 -->
                         <ul class="active news-list-it">
                             <li th:each="gs:${gs2}">
-                                <a th:href="@{/portal/news/newsDetail(id=${gs.id})}"">
+                                <a th:href="@{/portal/news/newsDetail(id=${gs.id})}">
                                     <div class="newsitem">
                                         <span class="time" th:text="${gs.releaseTimeConvert}">11-07</span>
                                          <h4 class="title" ><em style="margin-right: 15px;">●</em><span th:text="${gs.title}">咨询行业2020迎来新转机!!!</span></h4>