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] },