Showing
1 changed file
with
0 additions
and
3 deletions
@@ -155,9 +155,6 @@ router.get('/search/shop/goods', search.searchShopGoods); // 搜索店铺下的 | @@ -155,9 +155,6 @@ 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 的链接 | ||
160 | - | ||
161 | router.get('/list(/:pathParams)?', rewrite.resolvePathParams, list.listNew); // 列表新的 URL | 158 | router.get('/list(/:pathParams)?', rewrite.resolvePathParams, list.listNew); // 列表新的 URL |
162 | router.get('/search/category', | 159 | router.get('/search/category', |
163 | cors, | 160 | cors, |
-
Please register or login to post a comment