diff --git a/src/router/index.js b/src/router/index.js index 4d172c7..4199e72 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -229,6 +229,11 @@ const routes = [ name: 'ItInformation', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/ItInformation/ItInformation.vue'), }, + { + path: '/ItInformation/ActDetails', + name: 'ActDetails', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/ItInformation/ActDetails.vue'), + }, ]; const router = new VueRouter({ diff --git a/src/views/FirstPage/FirstPage.vue b/src/views/FirstPage/FirstPage.vue index 87a96fc..841bc6d 100644 --- a/src/views/FirstPage/FirstPage.vue +++ b/src/views/FirstPage/FirstPage.vue @@ -137,7 +137,7 @@ export default { // 跳转到详情界面 jumpDetails(item) { this.setActDetail(item); - this.$router.push('/ActDetails'); + this.$router.push('/ItInformation/ActDetails'); }, }, }; diff --git a/src/views/ItInformation/ActDetails.vue b/src/views/ItInformation/ActDetails.vue new file mode 100644 index 0000000..f17980a --- /dev/null +++ b/src/views/ItInformation/ActDetails.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/src/views/ItInformation/ItInformation.vue b/src/views/ItInformation/ItInformation.vue index b502bae..63c7551 100644 --- a/src/views/ItInformation/ItInformation.vue +++ b/src/views/ItInformation/ItInformation.vue @@ -85,7 +85,7 @@ export default { // 跳转到详情界面 jumpDetails(item) { this.setActDetail(item); - this.$router.push('/ActDetails'); + this.$router.push('/ItInformation/ActDetails'); }, }, }; diff --git a/src/views/ServiceMarket/Children/Institute.vue b/src/views/ServiceMarket/Children/Institute.vue index d9d3325..1c5097a 100644 --- a/src/views/ServiceMarket/Children/Institute.vue +++ b/src/views/ServiceMarket/Children/Institute.vue @@ -29,10 +29,10 @@
研究院下没六个咨询服务中心和一个专家委员会:科创体系与科创能力咨询服务中心、知识产权与技术转移咨询服务中心、数字化转型咨询服务中心、科技信息咨询服务中心、科创战略协同研究中心、山西奥依工业设计咨询服务中心。
-
以中心为主体,以团队为单元,以平台为支撑,围绕创新创业发展需求,整合各类优质资源,打造全链条一体化开放式创新创业新生态。
+
@@ -109,16 +109,19 @@ export default { //一定一定要注意这里有[] name: '山西智汇协同创新研究院有限公司', children: [ - { name: '数智网络平台' }, - { name: '战略合作平台' }, - { name: '知识培训平台' }, + { name: '三大平台', children: [{ name: '数智网络平台' }, { name: '战略合作平台' }, { name: '知识培训平台' }] }, { name: '专家委员会' }, - { name: '科创体系与科创能力咨询服务中心' }, - { name: '知识产权与技术转移咨询服务中心' }, - { name: '数字化转型咨询服务中心' }, - { name: '科技信息咨询服务中心' }, - { name: '科创战略协同研究中心' }, - { name: '山西奥依工业设计咨询服务中心' }, + { + name: '咨询服务中心', + children: [ + { name: '科创体系与科创能力咨询服务中心' }, + { name: '知识产权与技术转移咨询服务中心' }, + { name: '数字化转型咨询服务中心' }, + { name: '科技信息咨询服务中心' }, + { name: '科创战略协同研究中心' }, + { name: '山西奥依工业设计咨询服务中心' }, + ], + }, ], }, ], @@ -144,7 +147,7 @@ export default { left: '30%', right: '2%', top: '8%', - bottom: '20%', + bottom: '2%', symbol: 'emptyCircle', symbolSize: 7, lineStyle: { width: 4 },