日志路由

email_verify
lizanle 11 years ago
parent 565c1583d8
commit 6c0f47d96d

@ -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

Loading…
Cancel
Save