From 20f64b54d55603a63bbae959dbf3112de8a96c5f Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail> Date: 星期三, 19 四月 2023 11:05:30 +0800 Subject: [PATCH] fix 修改国际化文件名称不规范问题,增加reqeust 国际化配置 --- 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