修改首次进入为创建问卷
This commit is contained in:
@@ -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]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user