liuyg
2021-08-27 5945431ebd096385f8326212d19e95f2521ee87a
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')
    }]
},
]