浏览代码

fix: 🐞 fix template hasPermi value

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

+ 1 - 1
src/views/system/mail/template/index.vue

@@ -10,7 +10,7 @@
           type="primary"
           plain
           @click="openForm('create')"
-          v-hasPermi="['system:mail-account:create']"
+          v-hasPermi="['system:mail-template:create']"
         >
           <Icon icon="ep:plus" class="mr-5px" /> 新增
         </el-button>