feat: add search-list page

This commit is contained in:
陈小婷
2020-12-02 00:53:00 +08:00
parent 962f90de44
commit 4cb3784f13
5 changed files with 173 additions and 3 deletions

View File

@@ -107,12 +107,16 @@ const menu: MenuModule = {
children: [
{
path: 'basic',
name: '标准列表',
name: 'routes.demo.page.listBasic',
},
{
path: 'card',
name: 'routes.demo.page.listCard',
},
{
path: 'search',
name: 'routes.demo.page.listSearch',
},
],
},
],