Antiloveg 8 年之前
父節點
當前提交
af5801c869
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/webapp/WEB-INF/views/common.html

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

@@ -54,8 +54,8 @@
 				<li th:classappend="${subM=='demand'}? 'active'"><a th:href="${basePath + '/portal/search/demand.html'}">需求谷</a></li>
 				<li th:classappend="${subM=='tech'}? 'active'"><a th:href="${basePath + '/portal/search/achievement.html'}">技术海</a></li>
 				<!-- <li><a href="#">Idea</a></li> -->
-				<li th:classappend="${subM=='company'}? 'active'"><a th:href="${basePath + '/portal/search/subscriber.html'}">伙伴</a></li>
-				<li th:classappend="${subM=='person'}? 'active'"><a th:href="${basePath + '/portal/search/subscriber.html'}">行家</a></li>
+				<li th:classappend="${subM=='company'}? 'active'"><a th:href="${basePath + '/portal/search/subscriberOrg.html'}">伙伴</a></li>
+				<li th:classappend="${subM=='person'}? 'active'"><a th:href="${basePath + '/portal/search/subscriberUser.html'}">行家</a></li>
 				<!-- <li th:classappend="${subM=='international'}? 'active'"><a th:href="${basePath + '/portal/international/internationalIndex.html'}">国际业务</a></li> -->
 			</ul>
 		</li>