20200728-入园体验计划表

This commit is contained in:
paidaxing444
2020-07-30 18:50:38 +08:00
parent 8be1711e9e
commit e33289bab6
18 changed files with 1115 additions and 24 deletions

View File

@ -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'),