|
@@ -85,8 +85,9 @@ const LoginTop = React.createClass({
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href={globalConfig.context + '/portal/activity/activityIndex.html'}>活动圈</a>
|
|
|
- <ul className="secondary_navigation_nav" style={{ 'width': (1 * 75) + 'px', left: '-' + (1 * 75 / 2 - 74.25 / 2) + 'px' }}>
|
|
|
- <li><a href={globalConfig.context + '/portal/activity/details.html'}>活动详情</a></li>
|
|
|
+ <ul className="secondary_navigation_nav" style={{ 'width': (2 * 75) + 'px', left: '-' + (2 * 75 / 2 - 74.25 / 2) + 'px' }}>
|
|
|
+ <li><a href={globalConfig.context + '/portal/activity/activityList.html?type=0'}>在线直播</a></li>
|
|
|
+ <li><a href={globalConfig.context + '/portal/activity/activityList.html?type=1'}>线下现场</a></li>
|
|
|
</ul>
|
|
|
</li >
|
|
|
<li>
|
|
@@ -108,17 +109,18 @@ const LoginTop = React.createClass({
|
|
|
<li>
|
|
|
<a href={globalConfig.context + '/portal/service/serviceIndex.html'}>服务汇</a>
|
|
|
<ul className="secondary_navigation_nav" style={{ 'width': (3 * 75) + 'px', left: '-' + (3 * 75 / 2 - 74.25 / 2) + 'px' }}>
|
|
|
- <li ><a href={globalConfig.context + '/portal/highTech/authentication.html'}>高企培育</a></li>
|
|
|
+ <li ><a href={globalConfig.context + '/portal/highTech/authentication.html'}>高企认定</a></li>
|
|
|
<li ><a href={globalConfig.context + '/portal/ipr/service.html'}>知识产权</a></li >
|
|
|
<li ><a href={globalConfig.context + '/portal/evaluation/index.html'}>技术评估</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href={globalConfig.context + '/portal/news/newsIndex.html'}>策源地</a>
|
|
|
- <ul className="secondary_navigation_nav" style={{ 'width': (3 * 75) + 'px', left: '-' + (3 * 75 / 2 - 74.25 / 2) + 'px' }}>
|
|
|
- <li><a href={globalConfig.context + '/portal/news/newsIndex.html'}>新闻快讯</a></li>
|
|
|
- <li><a href={globalConfig.context + '/portal/news/newsIndex.html'}>科技政策</a></li>
|
|
|
- <li><a href={globalConfig.context + '/portal/news/newsIndex.html'}>政策解读</a></li>
|
|
|
+ <ul className="secondary_navigation_nav" style={{ 'width': (4 * 75) + 'px', left: '-' + (4 * 75 / 2 - 74.25 / 2) + 'px' }}>
|
|
|
+ <li><a href={globalConfig.context + '/portal/news/newsDetails.html?type=1'}>新闻快讯</a></li>
|
|
|
+ <li><a href={globalConfig.context + '/portal/news/newsDetails.html?type=3'}>技淘新闻</a></li>
|
|
|
+ <li><a href={globalConfig.context + '/portal/news/newsDetails.html?type=4'}>科技政策</a></li>
|
|
|
+ <li><a href={globalConfig.context + '/portal/news/newsDetails.html?type=2'}>政府往来</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li>
|