|
@@ -16,6 +16,8 @@
|
|
|
<el-col :span="6">
|
|
|
<newsLeft v-if="type === 'least'"></newsLeft>
|
|
|
<menuLeft v-else-if="type === 'needMenu'"></menuLeft>
|
|
|
+ <gainLeft v-else-if="type === 'cg'"></gainLeft>
|
|
|
+ <interflowLeft v-else-if="type === 'jl'"></interflowLeft>
|
|
|
<!-- TODO:还有cg(成果交流)和jl(交流)两个侧菜单 -->
|
|
|
</el-col>
|
|
|
<el-col :span="18">
|
|
@@ -36,6 +38,8 @@ import top from '../../layout/index/top.vue';
|
|
|
import native from '../../layout/index/native.vue';
|
|
|
import newsRight from '../../layout/news/newsRight.vue';
|
|
|
import menuLeft from '../../layout/list/mainLeft.vue';
|
|
|
+import gainLeft from '../../layout/gain/gainLeft.vue';
|
|
|
+import interflowLeft from '../../layout/interflow/interflowLeft.vue';
|
|
|
import newsLeft from '../../layout/news/newsLeft.vue';
|
|
|
import footinfo from '../../layout/index/foot.vue';
|
|
|
export default {
|
|
@@ -54,6 +58,8 @@ export default {
|
|
|
newsRight,//新闻右侧
|
|
|
footinfo,//底部信息
|
|
|
menuLeft,//菜单
|
|
|
+ gainLeft,//成果展示左侧菜单
|
|
|
+ interflowLeft,//交流互动左侧菜单
|
|
|
},
|
|
|
data: () => ({}),
|
|
|
created() { },
|