加入案例详情路由
This commit is contained in:
parent
9b896bc680
commit
3f13d7811a
@ -31,6 +31,12 @@ const routes= [
|
|||||||
component: ()=>import('./components/Examples.vue'),
|
component: ()=>import('./components/Examples.vue'),
|
||||||
meta: { title: '行业案例-开动文化科技(北京)有限公司' }
|
meta: { title: '行业案例-开动文化科技(北京)有限公司' }
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/ExampleItem',
|
||||||
|
name: 'ExampleItem',
|
||||||
|
component: ()=>import('./components/ExampleItem.vue'),
|
||||||
|
meta: { title: '案例详情-开动文化科技(北京)有限公司' }
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/Err404',
|
path: '/Err404',
|
||||||
name: 'Err404',
|
name: 'Err404',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user