From e08caafc49f2845b3dbbc89afc9c8f7e0fccd36a Mon Sep 17 00:00:00 2001 From: liuzanying Date: Wed, 20 Sep 2023 11:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E6=AC=A1=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E4=B8=BA=E5=88=9B=E5=BB=BA=E9=97=AE=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index e8fdb430..edbda487 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -33,7 +33,6 @@ const constantRoutes = [ path: '/', redirect: '/home' }, - { path: '/heartbeat', component: () => import(/* webpackChunkName: 'heartbeat' */ '@views/Heartbeat/Index.vue') @@ -41,7 +40,7 @@ const constantRoutes = [ { path: '/home', name: 'home', - redirect: '/home/project', + redirect: '/home/create', component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'), children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative] },