new-order-ensure-regex
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment