修改首次进入为创建问卷

This commit is contained in:
liuzanying
2023-09-20 11:16:35 +08:00
parent f97e275b4e
commit e08caafc49

View File

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