From b43dd42233bcf663834c82ab10df1a106e75fdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=40=E9=95=BF=E4=B9=85?= Date: Thu, 27 Apr 2023 09:12:11 +0000 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=AD=A3=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @长久 --- docs/further/front/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/further/front/utils.md b/docs/further/front/utils.md index 2883b8a..9ca4d05 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')) { // 业务代码 } -- Gitee