diff --git a/database/migrations/2022_07_11_105144_push_auth_data.php b/database/migrations/2022_07_11_105144_push_auth_data.php index 7852279..e6f074e 100644 --- a/database/migrations/2022_07_11_105144_push_auth_data.php +++ b/database/migrations/2022_07_11_105144_push_auth_data.php @@ -29,14 +29,6 @@ class PushAuthData extends Migration 'type' => '2', 'check_type' => '1', 'show' => '2', - ], [ - 'name' => 'admin_basics_status', - 'title' => '后台登录状态', - 'icon' => '', - 'pid' => '1', - 'type' => '2', - 'check_type' => '1', - 'show' => '2', ], [ 'name' => 'admin', 'title' => '管理员设置', @@ -49,7 +41,7 @@ class PushAuthData extends Migration 'name' => 'admin-info', 'title' => '个人设置', 'icon' => 'user', - 'pid' => '4', + 'pid' => '3', 'type' => '2', 'check_type' => '1', 'show' => '1', @@ -57,7 +49,7 @@ class PushAuthData extends Migration 'name' => 'admin-auth', 'title' => '权限管理', 'icon' => 'personal-privacy', - 'pid' => '4', + 'pid' => '3', 'type' => '2', 'check_type' => '2', 'show' => '1', @@ -65,7 +57,7 @@ class PushAuthData extends Migration 'name' => 'admin-list', 'title' => '管理员列表', 'icon' => 'every-user', - 'pid' => '4', + 'pid' => '3', 'type' => '2', 'check_type' => '2', 'show' => '1', @@ -81,7 +73,7 @@ class PushAuthData extends Migration 'name' => 'settings-config', 'title' => '后台配置', 'icon' => 'setting-config', - 'pid' => '8', + 'pid' => '7', 'type' => '2', 'check_type' => '2', 'show' => '1', @@ -89,7 +81,7 @@ class PushAuthData extends Migration 'name' => 'settings-router', 'title' => '路由配置', 'icon' => 'left-and-right-branch', - 'pid' => '8', + 'pid' => '7', 'type' => '2', 'check_type' => '2', 'show' => '1',