Merge branch 'feature/search' into 'release/6.5'
no-del-routes See merge request !1263
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -155,8 +155,8 @@ router.get('/search/shop/goods', search.searchShopGoods); // 搜索店铺下的 | @@ -155,8 +155,8 @@ router.get('/search/shop/goods', search.searchShopGoods); // 搜索店铺下的 | ||
155 | 155 | ||
156 | router.get('/list/global(/:pathParams)?', rewrite.resolvePathParams, globalPro.list); // 全球购路由重写 全球购列表页 | 156 | router.get('/list/global(/:pathParams)?', rewrite.resolvePathParams, globalPro.list); // 全球购路由重写 全球购列表页 |
157 | 157 | ||
158 | -// router.get('/index/index', rewrite.sortParams, list.category); // 旧 品类首页 | ||
159 | -// router.get('/list/index', rewrite.sortParams, list.category); // 旧 兼容 PC 的链接 | 158 | +router.get('/index/index', rewrite.sortParams, list.category); // 旧 品类首页 |
159 | +router.get('/list/index', rewrite.sortParams, list.category); // 旧 兼容 PC 的链接 | ||
160 | 160 | ||
161 | router.get('/list(/:pathParams)?', rewrite.resolvePathParams, list.listNew); // 列表新的 URL | 161 | router.get('/list(/:pathParams)?', rewrite.resolvePathParams, list.listNew); // 列表新的 URL |
162 | router.get('/search/category', | 162 | router.get('/search/category', |
-
Please register or login to post a comment