liuyg
2021-08-07 ad39e425577ebd8518c99ae70a8df8c9a707b368
src/router/views/index.js
@@ -758,7 +758,21 @@
        title: '开始考试',
        noCache: true
    }]
}, {
},
{
    path: '/traincompany',
    component: Layout,
    redirect: '/traincompany/index',
    children: [{
        path: 'index',
        name: '培训公司查询',
        meta: {
            i18n: 'dict'
        },
        component: () =>
            import( /* webpackChunkName: "views" */ '@/views/traincompany/index')
    }]
}, , {
    path: '/dispatch',
    component: Layout,
    redirect: '/dispatch/dispatchChildoperableSee',