diff --git a/config/routes.rb b/config/routes.rb index 602a8dda8..c8568a486 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -820,6 +820,8 @@ RedmineApp::Application.routes.draw do ##added by lizanle 日志查看路由 match 'system_log/index' + match 'system_log/access_analysis' + match 'system_log/time_analysis' match "/system_log" ,:to => 'system_log#index' match 'system_log/clear' ##ended by lizanle