소스 검색

fix:权限标识名称的错误

dtsz 2 년 전
부모
커밋
98b9bdd4fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/infra/apiErrorLog/index.vue

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

@@ -118,7 +118,7 @@
             link
             type="primary"
             @click="openDetail(scope.row)"
-            v-hasPermi="['infra:api-access-log:query']"
+            v-hasPermi="['infra:api-error-log:query']"
           >
             详细
           </el-button>