保安服务企业管理项目备份
guoshilong
2023-12-14 95e6a41e02794f6d908cae8f5a7eb33981cf3680
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',