diff --git a/app/admin/controller/v1/System.php b/app/admin/controller/v1/System.php index fea1f3b7..c5b6e5fc 100644 --- a/app/admin/controller/v1/System.php +++ b/app/admin/controller/v1/System.php @@ -366,6 +366,18 @@ class System 'url' => (string)url('/index/topic/laptop/index') ], ] + ], + [ + 'id' => 9, + 'name' => '闪存(SSD)专题', + 'url' => '', + 'children' => [ + [ + 'id' => 101, + 'name' => '首页', + 'url' => (string)url('/index/topic/ssd/index') + ], + ] ] ]; } @@ -413,7 +425,7 @@ class System break; } if (empty($data)) return []; - + return [ 'id' => $data['id'], 'name' => $data['name'], @@ -438,4 +450,4 @@ class System return []; } -} \ No newline at end of file +}