From 45ab63dc6d26498c816b21e0f26aeaf43542437e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Sat, 10 Aug 2024 13:49:12 +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 --- config/logging.php | 1 + resources/lang/zh-CN/permission.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/logging.php b/config/logging.php index 088c204..d5687fc 100644 --- a/config/logging.php +++ b/config/logging.php @@ -52,6 +52,7 @@ return [ 'path' => storage_path('logs/laravel.log'), 'level' => 'debug', 'days' => 14, + "permission" => 0777 ], 'slack' => [ diff --git a/resources/lang/zh-CN/permission.php b/resources/lang/zh-CN/permission.php index 729abcf..b1235ee 100644 --- a/resources/lang/zh-CN/permission.php +++ b/resources/lang/zh-CN/permission.php @@ -4,7 +4,7 @@ return [ // 商品管理 'GOODS_MANAGE' => [ 'id' => 1, - 'name' => '商品管理', + 'name' => '商品库管理', 'parent_id' => 0, 'show' => 1, ], @@ -78,7 +78,7 @@ return [ // 商品种类 'GOODS_TYPE' => [ 'id' => 3, - 'name' => '商品种类', + 'name' => '商品库管理', 'parent_id' => 1, 'show' => 1, ], @@ -144,7 +144,7 @@ return [ 'id' => 15, 'name' => '商品货架', 'parent_id' => 1, - 'show' => 1, + 'show' => 0, ], 'goods_sku_location.index' => [ 'id' => 150,