...
|
...
|
@@ -108,7 +108,7 @@ routes.girls.type = "rewrite" |
|
|
routes.girls.match = "/girl$"
|
|
|
routes.girls.route.module = Index
|
|
|
routes.girls.route.controller = Girls
|
|
|
routes.girls.route.action = index
|
|
|
routes.girls.route.action = Index
|
|
|
|
|
|
; 商品筛选
|
|
|
routes.goodsfilter.type = "rewrite"
|
...
|
...
|
@@ -147,3 +147,9 @@ routes.productintro.route.controller = Detail |
|
|
routes.productintro.route.action = Intro
|
|
|
routes.productintro.map.1 = productSkn
|
|
|
|
|
|
; 订单相关
|
|
|
routes.cart.type = "rewrite"
|
|
|
routes.cart.match = "/home/order/detail$"
|
|
|
routes.cart.route.module = Index
|
|
|
routes.cart.route.controller = Home
|
|
|
routes.cart.route.action = Homedetail |
|
|
\ No newline at end of file |
...
|
...
|
|