6
0
Fork 0

添加砍价后台权限

release
vine_liutk 2022-04-11 17:31:36 +08:00
parent 9ad18cecef
commit a376500e22
1 changed files with 8 additions and 0 deletions

View File

@ -419,6 +419,14 @@ class AdminPermissionSeeder extends Seeder
'name' => '每月统计',
'curd' => ['index'],
],
'bargain_activities'=>[
'name' =>'砍价活动',
'curd'=> true,
],
'bargain_orders'=>[
'name' =>'砍价活动记录',
'curd' => ['index', 'show'],
],
];
// try {
// DB::begintransaction();