Showing
1 changed file
with
7 additions
and
0 deletions
1 | +; list列表(index) | ||
2 | +routes.productindex.type = "rewrite" | ||
3 | +routes.productindex.match = "/sale" | ||
4 | +routes.productindex.route.module = Product | ||
5 | +routes.productindex.route.controller = List | ||
6 | +routes.productindex.route.action = index | ||
7 | + | ||
1 | ; 折扣专区(SALE) | 8 | ; 折扣专区(SALE) |
2 | routes.productsale.type = "rewrite" | 9 | routes.productsale.type = "rewrite" |
3 | routes.productsale.match = "/sale" | 10 | routes.productsale.match = "/sale" |
-
Please register or login to post a comment