src/router/views/index.js
@@ -439,5 +439,18 @@ component: () => import( /* webpackChunkName: "views" */ '@/views/statisticalQueryManagement/securityGuardDetail') }] }, { path: '/attachOnce', redirect: '/resource/attachOnce', component: Layout, children: [{ path: 'index', name: '附件查看', meta: { i18n: 'index', }, component: () => import( /* webpackChunkName: "views" */ '@/views/resource/attachOnce') }] } ]