Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into feature/web-list
Showing
1 changed file
with
8 additions
and
0 deletions
@@ -26,6 +26,12 @@ routes.searchsuggest.route.module = Product | @@ -26,6 +26,12 @@ routes.searchsuggest.route.module = Product | ||
26 | routes.searchsuggest.route.controller = Search | 26 | routes.searchsuggest.route.controller = Search |
27 | routes.searchsuggest.route.action = suggest | 27 | routes.searchsuggest.route.action = suggest |
28 | 28 | ||
29 | +;error(suggest 错误提示) | ||
30 | +routes.searchsuggest.type = "rewrite" | ||
31 | +routes.searchsuggest.match = "/error" | ||
32 | +routes.searchsuggest.route.module = Product | ||
33 | +routes.searchsuggest.route.controller = Search | ||
34 | +routes.searchsuggest.route.action = error | ||
29 | 35 | ||
30 | ;about(品牌介绍) | 36 | ;about(品牌介绍) |
31 | routes.brandabout.type = "rewrite" | 37 | routes.brandabout.type = "rewrite" |
@@ -33,3 +39,5 @@ routes.brandabout.match = "/about" | @@ -33,3 +39,5 @@ routes.brandabout.match = "/about" | ||
33 | routes.brandabout.route.module = Product | 39 | routes.brandabout.route.module = Product |
34 | routes.brandabout.route.controller = Index | 40 | routes.brandabout.route.controller = Index |
35 | routes.brandabout.route.action = about | 41 | routes.brandabout.route.action = about |
42 | + | ||
43 | + |
-
Please register or login to post a comment