Browse Source

删除后台导航无用图标

lizhen_gitee 11 months ago
parent
commit
1b0d063865
1 changed files with 4 additions and 4 deletions
  1. 4 4
      application/admin/controller/Index.php

+ 4 - 4
application/admin/controller/Index.php

@@ -33,10 +33,10 @@ class Index extends Backend
     {
         //左侧菜单
         list($menulist, $navlist, $fixedmenu, $referermenu) = $this->auth->getSidebar([
-            'dashboard' => 'hot',
-            'addon'     => ['new', 'red', 'badge'],
-            'auth/rule' => __('Menu'),
-            'general'   => ['new', 'purple'],
+//            'dashboard' => 'hot',
+//            'addon'     => ['new', 'red', 'badge'],
+//            'auth/rule' => __('Menu'),
+//            'general'   => ['new', 'purple'],
         ], $this->view->site['fixedpage']);
         $action = $this->request->request('action');
         if ($this->request->isPost()) {