feat: 迁移嵌套页面演示

This commit is contained in:
FairyEver
2020-08-31 22:13:41 +08:00
parent e8f9fc53a3
commit 9485aabf31
10 changed files with 15 additions and 60 deletions

View File

@@ -37,6 +37,16 @@ export default {
{ title: '正在开发 3' }
]
},
{
path: `${pre}frame`,
title: '内嵌网页',
icon: 'globe',
children: [
{ path: `${pre}frame/d2-doc`, title: 'D2Admin 中文文档', iconSvg: 'd2-admin' },
{ path: `${pre}frame/html`, title: '静态 HTML', icon: 'code' },
{ path: `${pre}frame/report`, title: '构建分析', icon: 'pie-chart' }
]
},
{
path: `${pre}store`,
title: '全局状态管理',