Administrator
2021-08-12 c39e4cd7fcbbb5affa1a07d67fd00d0bef2e5c87
保安培训路由修改
1 files modified
57 ■■■■ changed files
src/router/views/index.js 57 ●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -236,20 +236,20 @@
                import ( /* webpackChunkName: "views" */ '@/views/desk/notice')
        }]
    },
  {
    path: '/talk',
    component: Layout,
    redirect: '/talk/talk',
    children: [{
      path: 'index',
      name: '心里咨询',
      meta: {
        i18n: 'dict'
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/talk/talk')
    }]
  },
    {
        path: '/talk',
        component: Layout,
        redirect: '/talk/talk',
        children: [{
            path: 'index',
            name: '心里咨询',
            meta: {
                i18n: 'dict'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/talk/talk')
        }]
    },
    {
        path: '/workreport',
        component: Layout,
@@ -773,20 +773,21 @@
            noCache: true
        }]
    },
    // {
    //     path: '/traincompany',
    //     component: Layout,
    //     redirect: '/traincompany/index',
    //     children: [{
    //         path: 'index',
    //         name: '培训公司查询',
    //         meta: {
    //             i18n: 'dict'
    //         },
    //         component: () =>
    //             import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
    //     }]
    // },
    {
        path: '/traincompany',
        component: Layout,
        redirect: '/traincompany/index',
        children: [{
            path: 'index',
            name: '培训公司查询',
            meta: {
                i18n: 'dict'
            },
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
        }]
    }, {
        path: '/dispatchChildoperableSee',
        component: Layout,
        redirect: '/dispatchChildoperableSee/index',
@@ -868,4 +869,4 @@
                import ( /* webpackChunkName: "views" */ '@/views/exam/papers')
        }]
    }
]
]