Explorar el Código

fix: 🐞 fix fileConfig hasPermi value

AhJindeg hace 10 meses
padre
commit
dc5bede084
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>