From 221f78aa9a8eec89f27194c3b971072492faa4e8 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:22:46 +0800 Subject: [PATCH 1/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20apiAccessLog=20?= =?UTF-8?q?hasPermi=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/apiAccessLog/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/infra/apiAccessLog/index.vue b/src/views/infra/apiAccessLog/index.vue index 45110c41..570f579e 100644 --- a/src/views/infra/apiAccessLog/index.vue +++ b/src/views/infra/apiAccessLog/index.vue @@ -80,7 +80,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['infra:api-error-log:export']" + v-hasPermi="['infra:api-access-log:export']" > 导出 From 755526834e532baa9a5b39d4044237115cc95744 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:23:08 +0800 Subject: [PATCH 2/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20file=20hasPermi?= =?UTF-8?q?=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/file/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/infra/file/index.vue b/src/views/infra/file/index.vue index 17967312..2ff33641 100644 --- a/src/views/infra/file/index.vue +++ b/src/views/infra/file/index.vue @@ -96,7 +96,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['infra:config:delete']" + v-hasPermi="['infra:file:delete']" > 删除 From dc5bede0841dcbbf334272ed7f649d07ab20dd01 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:23:24 +0800 Subject: [PATCH 3/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20fileConfig=20ha?= =?UTF-8?q?sPermi=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/infra/fileConfig/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/infra/fileConfig/index.vue b/src/views/infra/fileConfig/index.vue index 3e8f38fb..a9c001a9 100644 --- a/src/views/infra/fileConfig/index.vue +++ b/src/views/infra/fileConfig/index.vue @@ -107,7 +107,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['infra:config:delete']" + v-hasPermi="['infra:file-config:delete']" > 删除 From 958ec41f4ee46224276b79a4312f6f5e0aa6e21d Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:23:39 +0800 Subject: [PATCH 4/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20loginlog=20hasP?= =?UTF-8?q?ermi=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/loginlog/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/loginlog/index.vue b/src/views/system/loginlog/index.vue index 62a11f3d..eea2f198 100644 --- a/src/views/system/loginlog/index.vue +++ b/src/views/system/loginlog/index.vue @@ -47,7 +47,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['infra:config:export']" + v-hasPermi="['infra:login-log:export']" > 导出 @@ -85,7 +85,7 @@ link type="primary" @click="openDetail(scope.row)" - v-hasPermi="['infra:config:query']" + v-hasPermi="['infra:login-log:query']" > 详情 From bfb69ccccd5c101de767e2311c8c1699f20b40a2 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:23:57 +0800 Subject: [PATCH 5/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20template=20hasP?= =?UTF-8?q?ermi=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/mail/template/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/mail/template/index.vue b/src/views/system/mail/template/index.vue index a1973d0c..0d736207 100644 --- a/src/views/system/mail/template/index.vue +++ b/src/views/system/mail/template/index.vue @@ -10,7 +10,7 @@ type="primary" plain @click="openForm('create')" - v-hasPermi="['system:mail-account:create']" + v-hasPermi="['system:mail-template:create']" > 新增 From 97c8cefb7da4c58627634d952a2741277118de9b Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:24:16 +0800 Subject: [PATCH 6/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20operatelog=20ha?= =?UTF-8?q?sPermi=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/operatelog/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/operatelog/index.vue b/src/views/system/operatelog/index.vue index 0e81b818..ed4f8f59 100644 --- a/src/views/system/operatelog/index.vue +++ b/src/views/system/operatelog/index.vue @@ -80,7 +80,7 @@ plain @click="handleExport" :loading="exportLoading" - v-hasPermi="['infra:config:export']" + v-hasPermi="['infra:operate-log:export']" > 导出 @@ -111,7 +111,7 @@ link type="primary" @click="openDetail(scope.row)" - v-hasPermi="['infra:config:query']" + v-hasPermi="['infra:operate-log:query']" > 详情 From decdd1b25dcd1177e852fbcbb2d3098a81ce79f5 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:24:36 +0800 Subject: [PATCH 7/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20post=20hasPermi?= =?UTF-8?q?=20value?= 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']" > 导出 From ac6618a9438334b2197776846454ac05beb0e807 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Tue, 16 Apr 2024 18:24:56 +0800 Subject: [PATCH 8/8] =?UTF-8?q?fix:=20=F0=9F=90=9E=20fix=20sensitiveWord?= =?UTF-8?q?=20hasPermi=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/sensitiveWord/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/sensitiveWord/index.vue b/src/views/system/sensitiveWord/index.vue index 05aff7a5..23e248e9 100644 --- a/src/views/system/sensitiveWord/index.vue +++ b/src/views/system/sensitiveWord/index.vue @@ -119,7 +119,7 @@