Skip to content

Commit 98b9bdd

Browse files
committed
fix:权限标识名称的错误
1 parent 6f8499c commit 98b9bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/apiErrorLog/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
link
119119
type="primary"
120120
@click="openDetail(scope.row)"
121-
v-hasPermi="['infra:api-access-log:query']"
121+
v-hasPermi="['infra:api-error-log:query']"
122122
>
123123
详细
124124
</el-button>

0 commit comments

Comments
 (0)