Former-commit-id: ff8cda0e301b59db9ed6ebae34acac7b03e890ba [formerly ff8cda0e301b59db9ed6ebae34acac7b03e890ba [formerly ff8cda0e301b59db9ed6ebae34acac7b03e890ba [formerly ff8cda0e301b59db9ed6ebae34acac7b03e890ba [formerly dbf242544733fb012f7539d174519b6ba1c19d3e [formerly 2a164f6c59e772be2699ea07d9a41b84cdaf97ff]]]]] Former-commit-id: 40e977135b0c8bfbd51e87b534eefbb6f6d386ea Former-commit-id: 68e6984ade3df1b6102792f11d3530ff06691261 Former-commit-id: b8fc000ad260dcf9ab15304df1fabd8ec45dbd51 [formerly eb154d14e358458e6dc1aa8d11b71a9dd77f693b] Former-commit-id: 28aa0b81492e52f381255159bde81f9a79c00f00 Former-commit-id: 8e5a82c22f0db8e4d758254c8622b96ec83aa33b Former-commit-id: 6eb4f8c3bc381e3180f7ee22eaa5766fc2fcf12c Former-commit-id: 652a133e3a31b44af5e2e4aa2d4a71730e5470c1 Former-commit-id: 2dde2e26c765600d57e31f31b445baff7628c581
103 lines
3.8 KiB
JavaScript
103 lines
3.8 KiB
JavaScript
export default {
|
|
path: '/demo/playground',
|
|
title: '试验台',
|
|
icon: 'flask',
|
|
children: (pre => [
|
|
{ path: `${pre}index`, title: '试验台', icon: 'home' },
|
|
{
|
|
title: 'svg 菜单图标',
|
|
iconSvg: 'd2-admin',
|
|
children: [
|
|
{ title: 'add', iconSvg: 'add' },
|
|
{ title: 'alarm', iconSvg: 'alarm' },
|
|
{ title: 'camera', iconSvg: 'camera' },
|
|
{ title: 'history', iconSvg: 'history' },
|
|
{ title: 'like', iconSvg: 'like' },
|
|
{ title: 'love', iconSvg: 'love' },
|
|
{ title: 'message', iconSvg: 'message' },
|
|
{ title: 'notice', iconSvg: 'notice' },
|
|
{ title: 'search', iconSvg: 'search' },
|
|
{ title: 'share', iconSvg: 'share' },
|
|
{ title: 'star', iconSvg: 'star' },
|
|
{ title: 'user', iconSvg: 'user' }
|
|
]
|
|
},
|
|
{
|
|
title: '空菜单演示',
|
|
icon: 'folder-o',
|
|
children: [
|
|
{
|
|
title: '正在开发 1',
|
|
children: [
|
|
{ title: '正在开发 1-1' },
|
|
{ title: '正在开发 1-2' }
|
|
]
|
|
},
|
|
{ title: '正在开发 2' },
|
|
{ title: '正在开发 3' }
|
|
]
|
|
},
|
|
{
|
|
path: `${pre}store`,
|
|
title: '全局状态管理',
|
|
icon: 'bolt',
|
|
children: [
|
|
{ path: `${pre}store/page`, title: '多标签页控制', icon: 'window-restore' },
|
|
{ path: `${pre}store/menu`, title: '菜单控制', icon: 'bars' },
|
|
{ path: `${pre}store/size`, title: '全局尺寸', icon: 'font' },
|
|
{ path: `${pre}store/ua`, title: '浏览器信息', icon: 'info-circle' },
|
|
{ path: `${pre}store/gray`, title: '灰度模式', icon: 'eye' },
|
|
{ path: `${pre}store/fullscreen`, title: '全屏', icon: 'arrows-alt' },
|
|
{ path: `${pre}store/theme`, title: '主题', icon: 'diamond' },
|
|
{ path: `${pre}store/transition`, title: '页面过渡开关', icon: 'toggle-on' }
|
|
]
|
|
},
|
|
{
|
|
path: `${pre}page-cache`,
|
|
title: '页面缓存',
|
|
icon: 'hdd-o',
|
|
children: [
|
|
{ path: `${pre}page-cache/on`, title: '开启缓存' },
|
|
{ path: `${pre}page-cache/off`, title: '关闭缓存' },
|
|
{ path: `${pre}page-cache/params/1`, title: '带参路由缓存 1' },
|
|
{ path: `${pre}page-cache/params/2`, title: '带参路由缓存 2' }
|
|
]
|
|
},
|
|
{
|
|
path: `${pre}page-argu`,
|
|
title: '参数传递和留存',
|
|
icon: 'assistive-listening-systems',
|
|
children: [
|
|
{ path: `${pre}page-argu/send`, title: '发送' },
|
|
{ path: `${pre}page-argu/get/username-from-menu?userid=userid-from-menu`, title: '接收' }
|
|
]
|
|
},
|
|
{
|
|
path: `${pre}db`,
|
|
title: '数据持久化',
|
|
icon: 'database',
|
|
children: [
|
|
{ path: `${pre}db/all`, title: '总览', icon: 'table' },
|
|
{ path: `${pre}db/public`, title: '公共存储', icon: 'users' },
|
|
{ path: `${pre}db/user`, title: '私有数据', icon: 'user' },
|
|
{ path: `${pre}db/page-public`, title: '路由存储', icon: 'file-o' },
|
|
{ path: `${pre}db/page-user`, title: '私有路由存储', icon: 'file-o' },
|
|
{ path: `${pre}db/page-snapshot-public`, title: '路由快照', icon: 'file' },
|
|
{ path: `${pre}db/page-snapshot-user`, title: '私有路由快照', icon: 'file' }
|
|
]
|
|
},
|
|
{
|
|
path: `${pre}log`,
|
|
title: '日志',
|
|
icon: 'bullseye',
|
|
children: [
|
|
{ path: `${pre}log/log`, title: '日志记录', icon: 'dot-circle-o' },
|
|
{ path: `${pre}log/error`, title: '错误捕捉', icon: 'bug' },
|
|
{ path: `${pre}log/ajax`, title: 'Ajax 错误', icon: 'bug' },
|
|
{ path: `${pre}log/console`, title: '控制台日志', icon: 'lightbulb-o' }
|
|
]
|
|
},
|
|
{ path: `${pre}env`, title: '环境信息', icon: 'exclamation-circle' }
|
|
])('/demo/playground/')
|
|
}
|