|
@@ -192,6 +192,19 @@ export const partRoutes = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ path: '/nfc-interaction',
|
|
|
+ component: Layout,
|
|
|
+ redirect: '/nfc-interaction',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'nfcInteractionList',
|
|
|
+ component: () => import('@/views/nfc-interaction/index'),
|
|
|
+ name: 'nfcInteractionList',
|
|
|
+ meta: { title: '员工打卡日历', icon: 'peoples', noCache: true }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/entrace-guard',
|
|
|
component: Layout,
|
|
|
redirect: '/entrace-guard/users',
|