浏览代码

删除后台导航无用图标

lizhen_gitee 1 年之前
父节点
当前提交
1b0d063865
共有 1 个文件被更改,包括 4 次插入4 次删除
  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()) {