Parcourir la source

fix: 🐞 fix fileConfig hasPermi value

AhJindeg il y a 10 mois
Parent
commit
dc5bede084
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/infra/fileConfig/index.vue

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

@@ -107,7 +107,7 @@
             link
             type="danger"
             @click="handleDelete(scope.row.id)"
-            v-hasPermi="['infra:config:delete']"
+            v-hasPermi="['infra:file-config:delete']"
           >
             删除
           </el-button>