diff --git a/src/router.js b/src/router.js index f3da50b..54a8c72 100644 --- a/src/router.js +++ b/src/router.js @@ -31,6 +31,12 @@ const routes= [ component: ()=>import('./components/Examples.vue'), meta: { title: '行业案例-开动文化科技(北京)有限公司' } }, + { + path: '/ExampleItem', + name: 'ExampleItem', + component: ()=>import('./components/ExampleItem.vue'), + meta: { title: '案例详情-开动文化科技(北京)有限公司' } + }, { path: '/Err404', name: 'Err404',