|
|
@ -22,12 +22,12 @@ |
|
|
|
</div> |
|
|
|
<div class="d-flex flex-nowrap align-center"> |
|
|
|
<a-icon class="icon-head pointer icon-head-right" type="search" /> |
|
|
|
<a-tooltip placement="bottom"> |
|
|
|
<!-- <a-tooltip placement="bottom"> |
|
|
|
<template slot="title"> |
|
|
|
<span>点击查看购物车!</span> |
|
|
|
</template> |
|
|
|
<a-icon @click="$router.push('/Cart')" class="baseColor icon-head icon-head-right pointer" type="shopping-cart" /> |
|
|
|
</a-tooltip> |
|
|
|
</a-tooltip> --> |
|
|
|
<router-link tag="span" to="/login" v-if="!nickName"> |
|
|
|
<a-icon class="icon-head pointer" style="right: 50px" type="user" /> |
|
|
|
</router-link> |
|
|
@ -48,21 +48,21 @@ export default { |
|
|
|
name: '关于我们', |
|
|
|
url: '/About/Index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
title: '公司介绍', |
|
|
|
url: '/About/Introduce', |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '组织机构', |
|
|
|
// url: '/About/Organ', |
|
|
|
// title: '公司介绍', |
|
|
|
// url: '/About/Introduce', |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '组织机构', |
|
|
|
url: '/About/Index#organize', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '合作伙伴', |
|
|
|
url: '/About/Partner', |
|
|
|
url: '/About/Index#partner', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '加入我们', |
|
|
|
url: '/About/SpinOffs', |
|
|
|
url: '/About/Index#contact', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
@ -76,20 +76,20 @@ export default { |
|
|
|
url: '/NewPlatform/Index', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
title: '协同创新中心', |
|
|
|
url: '/NewPlatform/NewCore', |
|
|
|
title: '研究院', |
|
|
|
url: '/NewPlatform/Index#mao1', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '创新资源平台', |
|
|
|
url: '/NewPlatform/News', |
|
|
|
url: '/NewPlatform/Index#mao2', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '创新服务', |
|
|
|
url: '/NewPlatform/NewService', |
|
|
|
url: '/NewPlatform/Index#mao3', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '交流社区', |
|
|
|
url: '/NewPlatform/Community', |
|
|
|
title: '合作伙伴', |
|
|
|
url: '/NewPlatform/Index#mao4', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
@ -99,19 +99,19 @@ export default { |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
title: '众创空间', |
|
|
|
url: '/IncubationPlatform/MakerSpace', |
|
|
|
url: '/IncubationPlatform/Index#mao1', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '创业服务', |
|
|
|
url: '/IncubationPlatform/Services', |
|
|
|
url: '/IncubationPlatform/Index#mao3', |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '产品展示', |
|
|
|
// url: '/IncubationPlatform/Products', |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '交流社区', |
|
|
|
url: '/IncubationPlatform/Community', |
|
|
|
title: '合作伙伴', |
|
|
|
url: '/IncubationPlatform/Index#mao4', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
@ -121,24 +121,24 @@ export default { |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
title: '产业创新联盟', |
|
|
|
url: '/Industry/Union', |
|
|
|
url: '/Industry/Index#mao1', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '产业服务', |
|
|
|
url: '/Industry/Serve', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '产品展示', |
|
|
|
url: '/Industry/Products', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '交流社区', |
|
|
|
url: '/Industry/Community', |
|
|
|
url: '/Industry/Index#mao3', |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '产品展示', |
|
|
|
// url: '/Industry/Products', |
|
|
|
// }, |
|
|
|
{ |
|
|
|
title: '衍生企业', |
|
|
|
url: '/Industry/Enterprise', |
|
|
|
title: '合作伙伴', |
|
|
|
url: '/Industry/Index#mao4', |
|
|
|
}, |
|
|
|
// { |
|
|
|
// title: '衍生企业', |
|
|
|
// url: '/Industry/Enterprise', |
|
|
|
// }, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
@ -222,7 +222,6 @@ export default { |
|
|
|
|
|
|
|
methods: { |
|
|
|
jumUrl(url, index) { |
|
|
|
console.log('--------', url, index); |
|
|
|
if (this.$route.path !== url) { |
|
|
|
this.$router.push(url); |
|
|
|
} |
|
|
|