feat: add basic-list page

This commit is contained in:
陈小婷
2020-11-26 22:56:27 +08:00
parent e8ccdc7f34
commit 2f75a94889
4 changed files with 179 additions and 0 deletions

View File

@@ -105,6 +105,10 @@ const menu: MenuModule = {
content: 'new',
},
children: [
{
path: 'basic',
name: '标准列表',
},
{
path: 'card',
name: 'routes.demo.page.listCard',