Browse Source

后台侧边栏菜单选中高亮无效

函数中加入指定参数值
NoNZero 9 năm trước cách đây
mục cha
commit
4445c6d4a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      protected/module/admin/controller/SysController.php

+ 1 - 0
protected/module/admin/controller/SysController.php

@@ -53,6 +53,7 @@ class SysController extends DooController {
         $this->data['aemail'] = $this->aconfig->getOne(array('select' => 'aemail', 'asArray' => TRUE))['aemail'];
         $this->data['ver'] = DOO::conf()->ver;
         $this->data['aname'] = $_SESSION['aname'];
+        $this->data['menu'] = 1;
         $this->render('admin-sysinfo', $this->data, TRUE);
     }