|
...
|
...
|
@@ -31,8 +31,11 @@ class ComController extends BaseController |
|
|
|
$this->map = $this->getRoleMenuList();
|
|
|
|
}else{
|
|
|
|
$this->map['status'] = 0;
|
|
|
|
$code = $this->getIsHome();
|
|
|
|
if($code == 0){
|
|
|
|
$this->map['id'] = ['!=',11];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$lists = $projectMenuModel->list($this->map,'sort');
|
|
|
|
$menu = array();
|
|
|
|
foreach ($lists as $k => $v){
|
|
...
|
...
|
@@ -81,6 +84,7 @@ class ComController extends BaseController |
|
|
|
return $this->map;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :查看是否显示网站装饰
|
|
|
|
* @name :getIsHome
|
...
|
...
|
|