推荐商品

This commit is contained in:
liu
2026-08-31 22:21:59 +08:00
parent 6c809d893b
commit 9c59f3bc99
191 changed files with 2095 additions and 1 deletions
+12
View File
@@ -271,6 +271,18 @@ class PermissionSeeder extends Seeder
['type' => 'rule', 'key' => 'client.promo.delete', 'name' => '删除'],
],
],
[
'type' => 'route',
'key' => 'client.special',
'name' => '特价推荐',
'path' => '/client/special',
'children' => [
['type' => 'rule', 'key' => 'client.special.query', 'name' => '查询'],
['type' => 'rule', 'key' => 'client.special.create', 'name' => '新增'],
['type' => 'rule', 'key' => 'client.special.update', 'name' => '编辑'],
['type' => 'rule', 'key' => 'client.special.delete', 'name' => '删除'],
],
],
],
],
[