From 3399bce4db29c9d84b5bf3e9bfc21a1cbfe30818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Fri, 9 Aug 2024 17:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=B2=9C=E8=8A=B12.0-=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh-CN/permission.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh-CN/permission.php b/resources/lang/zh-CN/permission.php index 509eecb..729abcf 100644 --- a/resources/lang/zh-CN/permission.php +++ b/resources/lang/zh-CN/permission.php @@ -112,7 +112,7 @@ return [ 'id' => 4, 'name' => '商品品牌', 'parent_id' => 1, - 'show' => 1, + 'show' => 0, ], 'goods_brands.index' => [ 'id' => 40, @@ -470,7 +470,7 @@ return [ 'id' => 180, 'name' => '销售数据', 'parent_id' => 18, - 'show' => 1, + 'show' => 0, ], 'sales_report.index' => [ 'id' => 1800,