Browse Source

fix: 🐞 fix apiAccessLog hasPermi value

AhJindeg 10 months ago
parent
commit
221f78aa9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/infra/apiAccessLog/index.vue

+ 1 - 1
src/views/infra/apiAccessLog/index.vue

@@ -80,7 +80,7 @@
           plain
           @click="handleExport"
           :loading="exportLoading"
-          v-hasPermi="['infra:api-error-log:export']"
+          v-hasPermi="['infra:api-access-log:export']"
         >
           <Icon icon="ep:download" class="mr-5px" /> 导出
         </el-button>