Authored by 郭成尧

new-order-ensure-regex

... ... @@ -196,8 +196,8 @@ routes.pay.route.controller = Home
routes.pay.route.action = Pay
; 结算,兼容新版的结算页
routes.newcart.type = "rewrite"
routes.newcart.match = "/cart/index/new/orderEnsure$"
routes.newcart.type = "regex"
routes.newcart.match = "#^/cart/index/new/orderEnsure#"
routes.newcart.route.module = Cart
routes.newcart.route.controller = Index
routes.newcart.route.action = orderEnsure
\ No newline at end of file
... ...