Skip to content

Commit 958ec41

Browse files
committed
fix: 🐞 fix loginlog hasPermi value
1 parent dc5bede commit 958ec41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/system/loginlog/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
plain
4848
@click="handleExport"
4949
:loading="exportLoading"
50-
v-hasPermi="['infra:config:export']"
50+
v-hasPermi="['infra:login-log:export']"
5151
>
5252
<Icon icon="ep:download" class="mr-5px" /> 导出
5353
</el-button>
@@ -85,7 +85,7 @@
8585
link
8686
type="primary"
8787
@click="openDetail(scope.row)"
88-
v-hasPermi="['infra:config:query']"
88+
v-hasPermi="['infra:login-log:query']"
8989
>
9090
详情
9191
</el-button>

0 commit comments

Comments
 (0)