diff --git a/src/router/index.js b/src/router/index.js index 1120766..9f2b54a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -24,6 +24,11 @@ const routes = [ name: 'news', component: () => import('../views/news/index') }, + { + path: '/image_display', + name: 'image_display', + component: () => import('../views/ImageDisplay/index') + }, ] const router = new VueRouter({ diff --git a/src/views/ImageDisplay/index.vue b/src/views/ImageDisplay/index.vue new file mode 100644 index 0000000..f00afd8 --- /dev/null +++ b/src/views/ImageDisplay/index.vue @@ -0,0 +1,288 @@ + + + + + + + + + + + + 资质荣誉 + 工程案例 + + + + + + + + + + + + + + + + + {{ item.word }} + + + + + + + + + + + + + + + + + + + + + {{ item.projectName }} + + + + + + + + + + + + + diff --git a/src/views/header/index.vue b/src/views/header/index.vue index c80006c..8c8b6be 100644 --- a/src/views/header/index.vue +++ b/src/views/header/index.vue @@ -133,7 +133,7 @@ export default { } ] }, { - href: '', + href: '/image_display', title: '形象展示', children: [ { diff --git a/src/views/news/index.vue b/src/views/news/index.vue index d24855d..6a27c97 100644 --- a/src/views/news/index.vue +++ b/src/views/news/index.vue @@ -1,70 +1,75 @@ - - - - - 新闻资讯 - + + - - + + - - - - - - {{ item.tag }} - - - - 新闻资讯 + + + + 公司新闻 + 行业动态 + 瓷砖百科 + - - - - - - - - - - - + + + + + + + + + - - {{ item.word }} - {{ item.date }} - - - - - - - - + + {{ item.word }} + {{ item.date }} + + + + + + + + + + + 上一页 + + + 1 + + + 2 + + + 下一页 + + + + + + + + - - - - - - +
新闻资讯