Skip to content

Commit 221f78a

Browse files
committed
fix: 🐞 fix apiAccessLog hasPermi value
1 parent 2512253 commit 221f78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/apiAccessLog/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
plain
8181
@click="handleExport"
8282
:loading="exportLoading"
83-
v-hasPermi="['infra:api-error-log:export']"
83+
v-hasPermi="['infra:api-access-log:export']"
8484
>
8585
<Icon icon="ep:download" class="mr-5px" /> 导出
8686
</el-button>

0 commit comments

Comments
 (0)