保安服务企业管理项目备份
zhongrj
2024-05-24 f2a74b0b28b74dc29be85ec8e6328bdd262f84b9
src/router/views/index.js
@@ -22,7 +22,22 @@
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
    }]
  }, {
  },
  {
    path: '/check/record',
    component: Layout,
    redirect: '/check/record',
    children: [{
      path: '/check/record',
      name: '考勤记录',
      meta: {
        i18n: 'record'
      },
      component: () =>
        import( /* webpackChunkName: "views" */ '@/views/check/record.vue')
    }]
  }
  , {
    path: '/test',
    component: Layout,
    redirect: '/test/index',