* Fix menu.

This commit is contained in:
leiyong
2020-07-23 01:22:17 -07:00
parent a9a05363e1
commit 809da4766b
+1 -1
View File
@@ -192,7 +192,7 @@ $lang->cmcl = new stdclass();
$lang->cmcl->menu = new stdclass();
$lang->cmcl->menu->browse = array('link' => '审计清单|cmcl|browse|', 'subModule' => 'cmcl');
$lang->cmcl->menu->catalog = array('link' => '文档目录|baseline|catalog|', 'alias' => 'catalog');
$lang->cmcl->menu->template = array('link' => '文档模板|baseline|template|', 'alias' => 'template,createtemplate,edittemplate,view');
$lang->cmcl->menu->template = array('link' => '文档模板|baseline|template|', 'alias' => 'template,createtemplate,edittemplate,view,managebook');
$lang->baseline = new stdclass();
$lang->baseline->menu = $lang->cmcl->menu;