From decdd1b25dcd1177e852fbcbb2d3098a81ce79f5 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:24:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20post=20hasPermi=20v?= =?UTF-8?q?alue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/post/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index 8532cf20..dd06c2ad 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -50,7 +50,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['infra:post:export']" + v-hasPermi="['system:post:export']" > 导出