Commit 58974a99 authored by zhengke's avatar zhengke

修改

parent 852d3c9a
......@@ -16,7 +16,6 @@
<template v-if="clickItem.ShowType==0">
<cats v-if="clickItem.ComponentName == 'cats'"></cats>
<activity v-if="clickItem.ComponentName == 'activity'"></activity>
<news v-if="clickItem.ComponentName == 'news'"></news>
</template>
<template v-else>
<template v-if="clickItem&&clickItem.TemplateData" v-for="subItem in clickItem.TemplateData">
......@@ -32,12 +31,10 @@
<script>
import cats from "@/components/navpage/category";
import activity from "@/components/navpage/activity";
import news from "@/components/navpage/news";
import rubik from "@/components/rubik/index";
export default {
components: {
cats,
news,
activity,
rubik
},
......
......@@ -564,6 +564,10 @@
"path": "investment" //投资
},{
"path": "procurement" //采购
},{
"path": "news" //最新动向
},{
"path": "fat" //fat资讯
}] }
],
"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