* Drop no menu module.

This commit is contained in:
Yagami
2021-03-22 16:21:48 +08:00
parent e6c2eb9bbd
commit 7f7bfa5578
21 changed files with 47 additions and 263 deletions
-1
View File
@@ -43,7 +43,6 @@ class testtask extends control
{
$this->app->loadConfig('qa');
foreach($this->config->qa->menuList as $module) $this->lang->navGroup->$module = 'qa';
//$this->lang->noMenuModule[] = $this->app->rawModule;
}
elseif($this->app->openApp == 'project')
{