From b68fd72c7ecd14b19ac5d6d693d11edeaba54b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Thu, 6 Apr 2023 02:36:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E8=8F=9C=E5=8D=95=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh-CN/permission.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/zh-CN/permission.php b/resources/lang/zh-CN/permission.php index efdc9dc..9934a56 100644 --- a/resources/lang/zh-CN/permission.php +++ b/resources/lang/zh-CN/permission.php @@ -250,11 +250,11 @@ return [ 'name' => '设置权限', 'parent_id' => 8, ], -// 'PERMISSION_MANAGE' => [ -// 'id' => 9, -// 'name' => '权限管理', -// 'parent_id' => 7, -// ], + 'PERMISSION_MANAGE' => [ + 'id' => 9, + 'name' => '权限管理', + 'parent_id' => 7, + ], 'permissions.index' => [ 'id' => 90, 'name' => '列表',