@@ -106,6 +106,12 @@ export default [
meta: { title: '档案收集' },
component: () => import('~src/views/file/records.vue'),
},
+ {
+ path: '/file/scan',
+ name: 'file-scan',
+ meta: { title: '扫描件仓库' },
+ component: () => import('~src/views/file/scan.vue'),
+ },
],
{