* Fix bug.

This commit is contained in:
leiyong
2021-02-24 11:48:25 +08:00
parent c37f583da0
commit 49d5b33d8d
2 changed files with 13 additions and 6 deletions
+1
View File
@@ -35,6 +35,7 @@ $isQa = $rawModule == 'qa';
<?php if($isProject) echo $this->loadModel('program')->getPRJMainAction($app->rawModule, $app->rawMethod);?>
<?php if($isProduct) echo isset($lang->product->mainMenuAction) ? $lang->product->mainMenuAction : '';?>
<?php if($isReport) echo isset($lang->report->mainMenuAction) ? $lang->report->mainMenuAction : '';?>
<?php if($isQa) echo isset($lang->qa->mainMenuAction) ? $lang->qa->mainMenuAction : '';?>
<?php endif;?>
</div>
</div>