fix 修复 用户管理权限标识符不正确问题
This commit is contained in:
@ -17,7 +17,7 @@ export const hasPermi: Directive = {
|
||||
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']\"");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user