修改首次进入为创建问卷
This commit is contained in:
@@ -33,7 +33,6 @@ const constantRoutes = [
|
|||||||
path: '/',
|
path: '/',
|
||||||
redirect: '/home'
|
redirect: '/home'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
path: '/heartbeat',
|
path: '/heartbeat',
|
||||||
component: () => import(/* webpackChunkName: 'heartbeat' */ '@views/Heartbeat/Index.vue')
|
component: () => import(/* webpackChunkName: 'heartbeat' */ '@views/Heartbeat/Index.vue')
|
||||||
@@ -41,7 +40,7 @@ const constantRoutes = [
|
|||||||
{
|
{
|
||||||
path: '/home',
|
path: '/home',
|
||||||
name: 'home',
|
name: 'home',
|
||||||
redirect: '/home/project',
|
redirect: '/home/create',
|
||||||
component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'),
|
component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'),
|
||||||
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative]
|
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user