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,