From 3f13d7811adcf730d08cc966af8607457413bf9d Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Sun, 11 May 2025 00:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=A1=88=E4=BE=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.js | 6 ++++++ 1 file changed, 6 insertions(+) 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',