From 0ba7e31e0997be1110e2899c1e73dd457a96f92c Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail> Date: 星期四, 20 四月 2023 22:57:33 +0800 Subject: [PATCH] fix 部门管理 上级菜单问题 --- src/directive/permission/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/directive/permission/index.ts b/src/directive/permission/index.ts index 0bdc1c7..7e9ddeb 100644 --- a/src/directive/permission/index.ts +++ b/src/directive/permission/index.ts @@ -17,7 +17,7 @@ return false; } } else { - throw new Error("check perms! Like v-has-permi=\"['sys:user:add','sys:user:edit']\""); + throw new Error("check perms! Like v-has-permi=\"['system:user:add','system:user:edit']\""); } } }; -- Gitblit v1.9.3