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