...
|
...
|
@@ -63,17 +63,17 @@ routes.cate.route.action = Index |
|
|
|
|
|
; 品牌一览
|
|
|
routes.brands.type = "rewrite"
|
|
|
routes.brands.match = "/brands"
|
|
|
routes.brands.match = "/brands$"
|
|
|
routes.brands.route.module = Category
|
|
|
routes.brands.route.controller = Brand
|
|
|
routes.brands.route.action = Index
|
|
|
|
|
|
; 品牌一览搜索页
|
|
|
routes.brands.type = "rewrite"
|
|
|
routes.brands.match = "/brands/search"
|
|
|
routes.brands.route.module = Category
|
|
|
routes.brands.route.controller = Brand
|
|
|
routes.brands.route.action = Search
|
|
|
routes.brandsearch.type = "rewrite"
|
|
|
routes.brandsearch.match = "/brands/search"
|
|
|
routes.brandsearch.route.module = Category
|
|
|
routes.brandsearch.route.controller = Brand
|
|
|
routes.brandsearch.route.action = Search
|
|
|
|
|
|
; 新品到着(NEW)
|
|
|
routes.productnew.type = "rewrite"
|
...
|
...
|
|