From 03c41dfd069a5edfc7cfbde8442fc4e4a9332930 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 23 Jun 2017 12:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 6c9404c5a..c44eb4426 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -107,7 +107,8 @@ RedmineApp::Application.routes.draw do get 'approve' get 'trial_authorization', :as => 'trial_authorization' get 'shixun_authorization' - get 'deal_shixun_authorization' get 'batch_authorization', :as => 'batch_authorization' + get 'deal_shixun_authorization' + get 'batch_authorization', :as => 'batch_authorization' match 'search_user', :via => [:get, :post] match 'affirm_cancel_auth', :via => [:get, :post] get 'identity_authentication', :as => 'identity_authentication'