修改初始化数据

This commit is contained in:
JaguarJack 2020-04-22 22:16:41 +08:00
parent 498b45059b
commit b3682b1ee6

View File

@ -320,7 +320,7 @@ class PermissionSeed extends Seeder
'module' => 'permissions',
'creator_id' => 1,
'method' => 'get',
'permission_mark' => 'role:index',
'permission_mark' => 'role@index',
'component' => 'roles',
'redirect' => '',
'hide_children_in_menu' => 2,
@ -1200,7 +1200,7 @@ class PermissionSeed extends Seeder
'module' => 'system',
'creator_id' => 1,
'method' => 'get',
'permission_mark' => 'config:read',
'permission_mark' => 'config@read',
'component' => '',
'redirect' => '',
'hide_children_in_menu' => 1,