Explorar o código

fix: 🐞 fix file hasPermi value

AhJindeg hai 10 meses
pai
achega
755526834e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/infra/file/index.vue

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

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