幼儿评估
This commit is contained in:
@ -424,6 +424,21 @@ export const constantRoutes = [{
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi/assessmentchild',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'student/:id(\\d+)',
|
||||
component: () =>
|
||||
import ('@/views/benyi/assessment/student'),
|
||||
name: 'assessmentchild',
|
||||
meta: {
|
||||
title: '幼儿评估详情',
|
||||
icon: ''
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/job',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user