加入案例详情路由

This commit is contained in:
zhcnyuyang 2025-05-11 00:15:20 +08:00
parent 9b896bc680
commit 3f13d7811a

View File

@ -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',