* [task#131458,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-11-01 14:30:59 +08:00
committed by 谢杞钰
parent b6803162cb
commit 220b317ca9
-1
View File
@@ -227,7 +227,6 @@ class router extends baseRouter
foreach($flows as $flow)
{
if($flow->navigator == 'primary') $this->lang->mainNav->{$flow->module} = "{$this->lang->navIcons['workflow']} {$flow->name}|{$flow->module}|browse|";
if($flow->belong) $this->config->hasDropmenuApps[] = $flow->app; // 带有1.5级导航的应用
}
}
catch(PDOException){}