Administrator
2021-07-13 aedad51e0775acd4e46f18ca8aaf27fc9ae221cf
src/router/views/index.js
@@ -207,7 +207,22 @@
        component: () =>
            import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
    }]
}, {
},
// {
//     path: '/dispatch/dispatch',
//     component: Layout,
//     redirect: '/dispatch/dispatch',
//     children: [{
//         path: 'index',
//         name: '派遣服务管理',
//         meta: {
//             i18n: 'dict'
//         },
//         component: () =>
//             import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatch')
//     }]
// },
{
    path: '/desk',
    component: Layout,
    redirect: '/desk/notice',
@@ -223,17 +238,26 @@
}, {
    path: '/dispatch',
    component: Layout,
    redirect: '/dispatch/index',
    redirect: '/dispatch/dispatch',
    children: [{
        path: 'index',
        name: '派遣服务管理',
        path: 'dispatch',
        name: '派遣单位管理',
        meta: {
            i18n: 'dict'
            i18n: 'dispatch'
        },
        component: () =>
            import ( /* webpackChunkName: "views" */ '@/views/dispatch/index')
    }]
            import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatch')
}, {
        path: 'dispatchChildoperable',
        name: '派遣记录管理',
        meta: {
            i18n: 'dispatch'
        },
        component: () =>
            import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatchChildoperable')
    }]
},
{
    path: '/dispatchChild',
    component: Layout,
    redirect: '/dispatchChild/index',