albertshaw 8 years ago
parent
commit
17808e8bef

+ 2 - 0
src/main/resources/shiro_base_auth.ini

@@ -2,6 +2,8 @@
 /=anon
 /index=anon
 /login=anon
+/user/subscriberDetail=anon
+/user/subscriberDetail.html=anon
 /user/login.html=anon
 /user/login=anon
 /user/signIn.html=anon

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

@@ -49,7 +49,7 @@
 			<li class="home"><a th:href="${basePath + '/portal/index.html'}">首页</a></li>
 			<li th:classappend="${mainM=='tech'}? 'active'">
 				<!-- <a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a> -->
-				<a th:href="${basePath + '/portal/search/achievement.html'}">技术交易</a>
+				<a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a>
 				<ul class="secondary_navigation_nav" th:style="${'width:'+(4*75)+'px;left:-'+(4*75/2-74.25/2)+'px;'}">
 					<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>

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

@@ -43,7 +43,7 @@
 		<div class="container">
 			<div class="top_nav">
 				<ul>
-					<li><a th:href="${basePath + '/portal/search/achievement.html'}">技术交易</a></li>
+					<li><a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a></li>
 					<li><a th:href="${basePath + '/portal/scienceTechnology/bigShot.html'}">大咖说</a></li>
 					<li><a th:href="${basePath + '/portal/activity/activityIndex.html'}">活动圈</a></li>
 					<li><a th:href="${basePath + '/portal/websiteBuild/websiteBuildIndex.html'}">建设兵团</a></li>

File diff suppressed because it is too large
+ 0 - 248
src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html