浏览代码

fix: 🐞 fix post hasPermi value

AhJindeg 10 月之前
父节点
当前提交
decdd1b25d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/post/index.vue

+ 1 - 1
src/views/system/post/index.vue

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