소스 검색

新闻详情BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx 5 년 전
부모
커밋
673f3b0fe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/newsDetails.html

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

@@ -31,7 +31,7 @@
                 <ul>
                     <li><a th:href="${basePath+'/portal/index'}">首页</a></li>
                     <li>&gt;</li>
-                    <li><a th:href="${basePath+'/portal/newsList'}">新闻动态</a> </li>
+                    <li><a th:href="${basePath+'/portal/news'}">新闻动态</a> </li>
                     <li>&gt;</li>
                     <!-- @{/portal/technologyTrading/achievementList(fieldA=${industry.id})} -->
                     <li><a th:href="@{/portal/news(type=${news.type})}" th:text="${news.type}==0?'公司新闻':'行业新闻'">公司新闻</a> </li>