20200728-入园体验计划表
This commit is contained in:
@ -53,13 +53,18 @@ export const constantRoutes = [{
|
||||
import('@/views/error/401'),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/experience/content/:id',
|
||||
component: () =>
|
||||
import('@/views/benyi/experience/content'),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/experience/apply/:id(\\d+)',
|
||||
component: () =>
|
||||
import('@/views/benyi/experience/choose'),
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
children: [{
|
||||
path: '/experience/apply/:id(\\d+)',
|
||||
component: () =>
|
||||
import('@/views/benyi/experience/apply'),
|
||||
|
Reference in New Issue
Block a user