Authored by yyq

brand isfav

@@ -28,7 +28,7 @@ module.exports = () => { @@ -28,7 +28,7 @@ module.exports = () => {
28 break; 28 break;
29 case 'list': // 商品列表 29 case 'list': // 商品列表
30 if (!req.path || req.path === '/') { 30 if (!req.path || req.path === '/') {
31 - req.url = '/product/list/index'; 31 + req.url = '/product/list/index';
32 } else if (req.path === '/new') { 32 } else if (req.path === '/new') {
33 req.url = '/product/list/new'; 33 req.url = '/product/list/new';
34 } 34 }