diff --git a/client/src/router/index.js b/client/src/router/index.js index 3bddf2b..69d86d1 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -412,7 +412,7 @@ export const asyncRoutes = [ path: 'certificate', name: 'certificate', component: () => import('@/views/testvideo/certificate.vue'), - meta: { title: '证书列表', perms: ['video_view'] } + meta: { title: '证书列表', perms: ['certificate'] } }, { path: 'videolist', diff --git a/client/src/views/testvideo/certificate.vue b/client/src/views/testvideo/certificate.vue index 7e87113..24d298b 100644 --- a/client/src/views/testvideo/certificate.vue +++ b/client/src/views/testvideo/certificate.vue @@ -23,7 +23,7 @@

导入证书

@@ -87,9 +87,9 @@