...
|
...
|
@@ -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
|
...
|
...
|
|