Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment