feat: 增加构建分析页面示例

This commit is contained in:
FairyEver
2020-06-09 17:41:55 +08:00
parent 13eabf9da5
commit 099fde59e7
4 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ export default {
children: (pre => [
{ path: `${pre}index`, title: 'Frame ', icon: 'home' },
{ path: `${pre}d2-doc`, title: 'D2Admin 中文文档', iconSvg: 'd2-admin' },
{ path: `${pre}html`, title: '静态 HTML', icon: 'code' }
{ path: `${pre}html`, title: '静态 HTML', icon: 'code' },
{ path: `${pre}report`, title: '构建分析', icon: 'pie-chart' }
])('/demo/frame/')
}