소스 검색

新增扫描件仓库菜单

duy 3 주 전
부모
커밋
f839bd39dd
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/router/modules/base.js
  2. 0 0
      src/views/file/scan.vue

+ 6 - 0
src/router/modules/base.js

@@ -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'),
+            },
         ],
     },
     {

+ 0 - 0
src/views/file/scan.vue