|
|
@@ -67,6 +67,13 @@ export const asyncRoutes = [
|
|
|
name: 'Inform',
|
|
|
meta: { isAuth: true, title: '系统通知' },
|
|
|
component: () => import('@/views/inform')
|
|
|
+ },
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: 'icCard',
|
|
|
+ name: 'icCard',
|
|
|
+ meta: { isAuth: true, title: 'IC卡管理' },
|
|
|
+ component: () => import('@/views/icCard')
|
|
|
}
|
|
|
]
|
|
|
},
|