Explorar el Código

没必要的小图标

lizhen hace 2 días
padre
commit
c3e9adc634
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      application/admin/controller/Index.php

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

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