前端 mobile :商品列表

This commit is contained in:
YunaiV
2019-03-26 00:27:25 +08:00
parent 40e4236af2
commit 2d978d5168
8 changed files with 613 additions and 472 deletions

View File

@@ -151,7 +151,14 @@ const routes = [
}
},
{
path: '/search',
path: '/product/search',
component: () => import('../page/product/search'),
meta: {
title: '商品搜索'
}
},
{
path: '/products/list',
component: () => import('../page/product/list'),
meta: {
title: '商品列表'