* Adjust my work and contribute menu.

This commit is contained in:
holan20180123
2021-03-22 10:28:59 +08:00
parent c34c4fbbfe
commit 4b45d79941
6 changed files with 17 additions and 12 deletions
+2 -2
View File
@@ -1094,8 +1094,8 @@ class testtask extends control
/* The case of my. */
else
{
$this->lang->testtask->menu = $this->lang->my->workMenu;
$this->lang->my->menu->myWork['subModule'] = 'testtask';
$this->lang->testtask->menu = $this->lang->my->menu->work;
$this->lang->my->menu->work['subModule'] = 'testtask';
$this->view->title = $this->lang->testtask->batchRun;