Skip to content

Commit decdd1b

Browse files
committed
fix: 🐞 fix post hasPermi value
1 parent 97c8cef commit decdd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/post/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
plain
5151
@click="handleExport"
5252
:loading="exportLoading"
53-
v-hasPermi="['infra:post:export']"
53+
v-hasPermi="['system:post:export']"
5454
>
5555
<Icon icon="ep:download" class="mr-5px" /> 导出
5656
</el-button>

0 commit comments

Comments
 (0)