Administrator
2021-08-12 107802d13ae012a253591b0f26ccc2646800eae7
培训考试列表路由修改
1 files modified
28 ■■■■ changed files
src/router/views/index.js 28 ●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -675,20 +675,20 @@
    //             import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
    //     }]
    // },
    {
        path: '/trainExam',
        component: Layout,
        redirect: '/trainExam/index',
        children: [{
            path: 'index',
            name: '考试申请',
            meta: {
                i18n: 'dict'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
        }]
    },
    // {
    //     path: '/trainExam',
    //     component: Layout,
    //     redirect: '/trainExam/index',
    //     children: [{
    //         path: 'index',
    //         name: '考试申请',
    //         meta: {
    //             i18n: 'dict'
    //         },
    //         component: () =>
    //             import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
    //     }]
    // },
    // {
    //     path: '/applyexam',
    //     redirect: '/applyexam/index',