...
|
...
|
@@ -41,11 +41,11 @@ routes.brandabout.route.controller = Index |
|
|
routes.brandabout.route.action = About
|
|
|
|
|
|
;aboutShop(品牌介绍)
|
|
|
routes.brandabout.type = "rewrite"
|
|
|
routes.brandabout.match = "/aboutShop"
|
|
|
routes.brandabout.route.module = Product
|
|
|
routes.brandabout.route.controller = Index
|
|
|
routes.brandabout.route.action = aboutShop
|
|
|
routes.aboutShop.type = "rewrite"
|
|
|
routes.aboutShop.match = "/aboutShop"
|
|
|
routes.aboutShop.route.module = Product
|
|
|
routes.aboutShop.route.controller = Index
|
|
|
routes.aboutShop.route.action = aboutShop
|
|
|
|
|
|
; 商品详情
|
|
|
routes.item.type = "regex"
|
...
|
...
|
|