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']"
>
导出