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