diff --git a/docs/further/front/utils.md b/docs/further/front/utils.md index 2883b8a13587a571d1a56a0f7526603a2e0e7527..9ca4d05cc5d8e70d0112063ef090826e2c928d41 100644 --- a/docs/further/front/utils.md +++ b/docs/further/front/utils.md @@ -62,7 +62,7 @@ if (auth('system:user:save')) { // 业务代码 } -// 检查某个橘色 +// 检查某个角色 if (role('cto')) { // 业务代码 }