From 9c48cf47afc9456f3c07e37c0ccb9f39a212488e Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 4 Sep 2023 16:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/router/index.js | 2 +- client/src/views/testvideo/certificate.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@