chore:修改初始化数据

This commit is contained in:
JaguarJack 2024-04-25 20:39:43 +08:00
parent 027535cd68
commit a8c01de529
2 changed files with 15 additions and 15 deletions

View File

@ -30,7 +30,7 @@ return new class extends Seeder
'icon' => 'arrow-down-on-square-stack', 'icon' => 'arrow-down-on-square-stack',
'module' => 'permissions', 'module' => 'permissions',
'permission_mark' => '', 'permission_mark' => '',
'component' => '/admin/layout/index.vue', 'component' => '/layout/index.vue',
'redirect' => NULL, 'redirect' => NULL,
'keepalive' => 1, 'keepalive' => 1,
'type' => 1, 'type' => 1,
@ -51,7 +51,7 @@ return new class extends Seeder
'icon' => 'arrow-left-circle', 'icon' => 'arrow-left-circle',
'module' => 'permissions', 'module' => 'permissions',
'permission_mark' => 'Roles', 'permission_mark' => 'Roles',
'component' => '/Permissions/views/roles/index.vue', 'component' => '/permissions/roles/index.vue',
'redirect' => NULL, 'redirect' => NULL,
'keepalive' => 1, 'keepalive' => 1,
'type' => 2, 'type' => 2,
@ -174,7 +174,7 @@ return new class extends Seeder
'icon' => 'finger-print', 'icon' => 'finger-print',
'module' => 'permissions', 'module' => 'permissions',
'permission_mark' => 'Permissions', 'permission_mark' => 'Permissions',
'component' => '/Permissions/views/permissions/index.vue', 'component' => '/permissions/permissions/index.vue',
'redirect' => NULL, 'redirect' => NULL,
'keepalive' => 1, 'keepalive' => 1,
'type' => 2, 'type' => 2,
@ -317,7 +317,7 @@ return new class extends Seeder
'icon' => 'globe-americas', 'icon' => 'globe-americas',
'module' => 'permissions', 'module' => 'permissions',
'permission_mark' => 'Jobs', 'permission_mark' => 'Jobs',
'component' => '/Permissions/views/jobs/index.vue', 'component' => '/permissions/jobs/index.vue',
'redirect' => NULL, 'redirect' => NULL,
'keepalive' => 1, 'keepalive' => 1,
'type' => 2, 'type' => 2,
@ -460,7 +460,7 @@ return new class extends Seeder
'icon' => 'table-cells', 'icon' => 'table-cells',
'module' => 'permissions', 'module' => 'permissions',
'permission_mark' => 'Departments', 'permission_mark' => 'Departments',
'component' => '/Permissions/views/departments/index.vue', 'component' => '/permissions/departments/index.vue',
'redirect' => NULL, 'redirect' => NULL,
'keepalive' => 1, 'keepalive' => 1,
'type' => 2, 'type' => 2,

View File

@ -50,7 +50,7 @@ return new class extends Seeder
'icon' => '', 'icon' => '',
'module' => 'system', 'module' => 'system',
'permission_mark' => 'dictionary', 'permission_mark' => 'dictionary',
'component' => '/System/views/dictionary/index.vue', 'component' => '/system/dictionary/index.vue',
'redirect' => '', 'redirect' => '',
'keepalive' => 1, 'keepalive' => 1,
'type' => 2, 'type' => 2,
@ -176,7 +176,7 @@ return new class extends Seeder
'icon' => '', 'icon' => '',
'module' => 'system', 'module' => 'system',
'permission_mark' => 'dictionaryValues', 'permission_mark' => 'dictionaryValues',
'component' => '/System/views/dictionaryValues/index.vue', 'component' => '/system/dictionaryValues/index.vue',
'redirect' => '', 'redirect' => '',
'keepalive' => 2, 'keepalive' => 2,
'type' => 2, 'type' => 2,