Authored by 郭成尧

Merge branch 'feature/balanceSwitch' into gray

@@ -196,8 +196,8 @@ routes.pay.route.controller = Home @@ -196,8 +196,8 @@ routes.pay.route.controller = Home
196 routes.pay.route.action = Pay 196 routes.pay.route.action = Pay
197 197
198 ; 结算,兼容新版的结算页 198 ; 结算,兼容新版的结算页
199 -routes.newcart.type = "rewrite"  
200 -routes.newcart.match = "/cart/index/new/orderEnsure$" 199 +routes.newcart.type = "regex"
  200 +routes.newcart.match = "#^/cart/index/new/orderEnsure#"
201 routes.newcart.route.module = Cart 201 routes.newcart.route.module = Cart
202 routes.newcart.route.controller = Index 202 routes.newcart.route.controller = Index
203 routes.newcart.route.action = orderEnsure 203 routes.newcart.route.action = orderEnsure