|
...
|
...
|
@@ -58,6 +58,9 @@ class ComController extends BaseController |
|
|
|
public function seo_get_menu(){
|
|
|
|
$seoMenuModel = new ProjectMenuSeo();
|
|
|
|
$this->map['status'] = 0;
|
|
|
|
if($this->user['login_source'] == User::LOGIN_AUTO_SOURCE){
|
|
|
|
$this->map['id'] = ['not in',[19]];
|
|
|
|
}
|
|
|
|
$lists = $seoMenuModel->list($this->map,'sort');
|
|
|
|
$menu = array();
|
|
|
|
foreach ($lists as $v){
|
...
|
...
|
|