From fc04b754cb96a2d3e3a4522093fbcfa4da2ce628 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 31 Dec 2025 10:15:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=80=BB=E9=83=A8?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9D=83=E9=99=90=E8=BF=87=E6=BB=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/router/index.js | 2 +- client/src/views/consulting/deptFile.vue | 6 +++--- server/apps/information/views.py | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/client/src/router/index.js b/client/src/router/index.js index 709a8de..6092e61 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -179,7 +179,7 @@ export const asyncRoutes = [ path: 'deptFile', name: 'deptFile', component: () => import('@/views/consulting/deptFile.vue'), - meta: { title: '总部文件', perms: ['test'] } + meta: { title: '总部文件', perms: ['headfile_view'] } }, { path: 'rule', diff --git a/client/src/views/consulting/deptFile.vue b/client/src/views/consulting/deptFile.vue index f37c845..acb9145 100644 --- a/client/src/views/consulting/deptFile.vue +++ b/client/src/views/consulting/deptFile.vue @@ -1,7 +1,7 @@