Authored by Rock Zhang

修复路由导致的新品到着页面错乱的bug

... ... @@ -70,7 +70,7 @@ routes.brands.route.action = Index
; 新品到着(NEW)
routes.productnew.type = "rewrite"
routes.productnew.match = "/product/new"
routes.productnew.match = "/product/new$"
routes.productnew.route.module = Product
routes.productnew.route.controller = Newsale
routes.productnew.route.action = Index
... ...