diff --git a/extend/base/admin/service/adminInitData/SystemMenu.php b/extend/base/admin/service/adminInitData/SystemMenu.php index af22cf5..6a26cab 100644 --- a/extend/base/admin/service/adminInitData/SystemMenu.php +++ b/extend/base/admin/service/adminInitData/SystemMenu.php @@ -176,6 +176,39 @@ $ul_system_menu = array( "sort" => 0, "status" => 1, ), + array( + "id" => 256, + "pid" => 228, + "title" => "定时器配置", + "icon" => "fa fa-clock-o", + "href" => "system.timer_config/index", + "params" => "", + "target" => "_self", + "sort" => 0, + "status" => 1, + ), + array( + "id" => 257, + "pid" => 228, + "title" => "定时器日志", + "icon" => "fa fa-history", + "href" => "system.timer_log/index", + "params" => "", + "target" => "_self", + "sort" => 0, + "status" => 1, + ), + array( + "id" => 258, + "pid" => 228, + "title" => "主机列表", + "icon" => "fa fa-server", + "href" => "system.host/index", + "params" => "", + "target" => "_self", + "sort" => 0, + "status" => 1, + ), );