* Add automation module.

This commit is contained in:
leiyong
2021-03-11 15:41:34 +08:00
parent 890e2ec829
commit d5387d914a
13 changed files with 621 additions and 6 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;
}
$this->loadModel('product');