Commit 58974a99 authored by zhengke's avatar zhengke

修改

parent 852d3c9a
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<template v-if="clickItem.ShowType==0"> <template v-if="clickItem.ShowType==0">
<cats v-if="clickItem.ComponentName == 'cats'"></cats> <cats v-if="clickItem.ComponentName == 'cats'"></cats>
<activity v-if="clickItem.ComponentName == 'activity'"></activity> <activity v-if="clickItem.ComponentName == 'activity'"></activity>
<news v-if="clickItem.ComponentName == 'news'"></news>
</template> </template>
<template v-else> <template v-else>
<template v-if="clickItem&&clickItem.TemplateData" v-for="subItem in clickItem.TemplateData"> <template v-if="clickItem&&clickItem.TemplateData" v-for="subItem in clickItem.TemplateData">
...@@ -32,12 +31,10 @@ ...@@ -32,12 +31,10 @@
<script> <script>
import cats from "@/components/navpage/category"; import cats from "@/components/navpage/category";
import activity from "@/components/navpage/activity"; import activity from "@/components/navpage/activity";
import news from "@/components/navpage/news";
import rubik from "@/components/rubik/index"; import rubik from "@/components/rubik/index";
export default { export default {
components: { components: {
cats, cats,
news,
activity, activity,
rubik rubik
}, },
......
...@@ -564,6 +564,10 @@ ...@@ -564,6 +564,10 @@
"path": "investment" //投资 "path": "investment" //投资
},{ },{
"path": "procurement" //采购 "path": "procurement" //采购
},{
"path": "news" //最新动向
},{
"path": "fat" //fat资讯
}] } }] }
], ],
"globalStyle": { "globalStyle": {
......
<template>
</template>
<script>
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment