From 68e1556378d171651058f4cada4b488b903bc967 Mon Sep 17 00:00:00 2001 From: sunva Date: Fri, 29 Mar 2024 17:06:56 +0800 Subject: [PATCH] =?UTF-8?q?SYSTEM=EF=BC=9A=E4=BF=AE=E5=A4=8D=E3=80=90?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86/=E5=B2=97=E4=BD=8D?= =?UTF-8?q?=E7=AE=A1=E7=90=86/=E6=96=B0=E5=A2=9E=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=B8=8E=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE=E3=80=91=E6=9D=83?= =?UTF-8?q?=E9=99=90hasPermi=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/post/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 44663263..8532cf20 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -41,7 +41,7 @@ type="primary" plain @click="openForm('create')" - v-hasPermi="['system:notice:create']" + v-hasPermi="['system:post:create']" > 新增 @@ -50,7 +50,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['infra:config:export']" + v-hasPermi="['infra:post:export']" > 导出