Selaa lähdekoodia

没必要的小图标

lizhen 2 päivää sitten
vanhempi
commit
c3e9adc634
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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()) {