* Finish task#36357.

This commit is contained in:
leiyong
2021-03-25 18:47:03 +08:00
parent 17180656c7
commit b5d0a6508c
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class testtask extends control
}
if($this->app->openApp == 'qa')
{
$products = $this->product->getPairs();
$products = $this->loadModel('product')->getPairs();
$this->app->loadConfig('qa');
foreach($this->config->qa->menuList as $module) $this->lang->navGroup->$module = 'qa';
}