diff --git a/src/views/About/Children/Organ.vue b/src/views/About/Children/Organ.vue index 340cffa..e6250ba 100644 --- a/src/views/About/Children/Organ.vue +++ b/src/views/About/Children/Organ.vue @@ -103,7 +103,7 @@ export default { align: 'left', }, }, - expandAndCollapse: true, + expandAndCollapse: false, animationDuration: 550, animationDurationUpdate: 750, }, diff --git a/src/views/NewPlatform/Children/AchDet.vue b/src/views/NewPlatform/Children/AchDet.vue index 9039dba..531b6d7 100644 --- a/src/views/NewPlatform/Children/AchDet.vue +++ b/src/views/NewPlatform/Children/AchDet.vue @@ -1,45 +1,50 @@ @@ -49,11 +54,20 @@ import { mapState } from 'vuex'; import { selResMes } from 'config/api'; import IntentionModel from 'components/Introduce/IntentionModel.vue'; import AddShopping from 'components/Introduce/AddShopping.vue'; +import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; + export default { name: 'AchDet', - components: { IntentionModel, AddShopping }, + components: { IntentionModel, AddShopping, BreadCrumb }, data() { return { + typeOfPlatform: '成果详情', + arr: [ + { name: '创新平台', url: '/NewPlatform/NewCore' }, + { name: '创新资源平台', url: '/NewPlatform/News' }, + { name: '知识产权与技术转移转化服务平台', url: '/NewPlatform/Transfer' }, + { name: '成果详情', url: '' }, + ], obj: {}, typeData: { type: 2, @@ -88,7 +102,7 @@ export default { .equ-box { background: #fff; padding: 20px; - margin: 60px auto; + margin: 30px auto; } .equ-info { diff --git a/src/views/NewPlatform/Children/ShareChild/InsDet.vue b/src/views/NewPlatform/Children/ShareChild/InsDet.vue index 4c8eb7d..ffb7563 100644 --- a/src/views/NewPlatform/Children/ShareChild/InsDet.vue +++ b/src/views/NewPlatform/Children/ShareChild/InsDet.vue @@ -1,68 +1,73 @@ @@ -72,11 +77,20 @@ import { mapState } from 'vuex'; import { selInstrumentMes, selProductMes } from 'config/api'; import IntentionModel from 'components/Introduce/IntentionModel.vue'; import AddShopping from 'components/Introduce/AddShopping.vue'; +import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; + export default { name: 'InsDet', - components: { IntentionModel, AddShopping }, + components: { IntentionModel, AddShopping, BreadCrumb }, data() { return { + typeOfPlatform: '设备详情', + arr: [ + { name: '创新平台', url: '/NewPlatform/NewCore' }, + { name: '创新资源平台', url: '/NewPlatform/News' }, + { name: '科技资源开放共享服务平台', url: '/NewPlatform/Share' }, + { name: '设备详情', url: '' }, + ], obj: {}, typeData: { type: 1, @@ -137,7 +151,7 @@ export default { .equ-box { background: #fff; padding: 20px; - margin: 60px auto; + margin: 30px auto; } .equ-info {