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