Authored by 毕凯

Merge branch 'feature/search' into 'release/6.5'

no-del-routes



See merge request !1263
... ... @@ -155,8 +155,8 @@ router.get('/search/shop/goods', search.searchShopGoods); // 搜索店铺下的
router.get('/list/global(/:pathParams)?', rewrite.resolvePathParams, globalPro.list); // 全球购路由重写 全球购列表页
// router.get('/index/index', rewrite.sortParams, list.category); // 旧 品类首页
// router.get('/list/index', rewrite.sortParams, list.category); // 旧 兼容 PC 的链接
router.get('/index/index', rewrite.sortParams, list.category); // 旧 品类首页
router.get('/list/index', rewrite.sortParams, list.category); // 旧 兼容 PC 的链接
router.get('/list(/:pathParams)?', rewrite.resolvePathParams, list.listNew); // 列表新的 URL
router.get('/search/category',
... ...