新增seed

This commit is contained in:
JaguarJack
2020-04-21 21:06:53 +08:00
parent dd46a28096
commit 8084e11805
3 changed files with 49 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ class PermissionSeed extends Seeder
'id' => 2,
'permission_name' => '主页',
'parent_id' => 1,
'route' => '/dashboard/workplac',
'route' => '/dashboard/workplace',
'icon' => '',
'module' => 'index',
'creator_id' => 1,