From 24145203f97371b30b6e535da4ea5ead204f5060 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Thu, 8 Sep 2022 10:15:20 +0800 Subject: [PATCH] https://guangdagit.com/beike/beikeshop/issues/229 --- beike/Admin/View/Components/Sidebar.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beike/Admin/View/Components/Sidebar.php b/beike/Admin/View/Components/Sidebar.php index c7e030c2..282bce6d 100644 --- a/beike/Admin/View/Components/Sidebar.php +++ b/beike/Admin/View/Components/Sidebar.php @@ -105,12 +105,12 @@ class Sidebar extends Component private function getHomeSubRoutes() { $routes = [ - ['route' => 'currencies.index', 'icon' => 'fa fa-tachometer-alt'], - ['route' => 'languages.index', 'icon' => 'fa fa-tachometer-alt'], - ['route' => 'plugins.index', 'icon' => 'fa fa-tachometer-alt'], ['route' => 'design.index', 'icon' => 'fa fa-tachometer-alt', 'blank' => 1], ['route' => 'design_footer.index', 'icon' => 'fa fa-tachometer-alt', 'blank' => 1], ['route' => 'design_menu.index', 'icon' => 'fa fa-tachometer-alt'], + ['route' => 'languages.index', 'icon' => 'fa fa-tachometer-alt'], + ['route' => 'currencies.index', 'icon' => 'fa fa-tachometer-alt'], + ['route' => 'plugins.index', 'icon' => 'fa fa-tachometer-alt'], ]; return hook_filter('sidebar.home_routes', $routes); }