瀏覽代碼

没必要的小图标

lizhen 2 天之前
父節點
當前提交
c3e9adc634
共有 1 個文件被更改,包括 3 次插入3 次删除
  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()) {