家长维护页面调优
This commit is contained in:
@ -89,6 +89,18 @@ export const constantRoutes = [{
|
||||
import ('@/views/benyi/planweek/table'),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/benyi_child/child_preserve',
|
||||
component: () =>
|
||||
import ('@/views/benyi/child_preserve/index'),
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: '/benyi_child/child_preserve',
|
||||
component: () =>
|
||||
import ('@/views/benyi/child_preserve/index'),
|
||||
hidden: true
|
||||
}, ]
|
||||
},
|
||||
{
|
||||
path: '/experience/apply/:id(\\d+)',
|
||||
component: () =>
|
||||
|
Reference in New Issue
Block a user