新增了关闭当前页的演示页面

Former-commit-id: 03266ab647bba9e41bec8a041a955af0f15c40ff [formerly 03266ab647bba9e41bec8a041a955af0f15c40ff [formerly 03266ab647bba9e41bec8a041a955af0f15c40ff [formerly 03266ab647bba9e41bec8a041a955af0f15c40ff [formerly 3c54fb07a591656bd559d0c47ab411ed805a3f9a [formerly 825f86753aff1836276058c18173eb46fe234194]]]]]
Former-commit-id: 7edc745314d896b8485619b120d55f74eede993c
Former-commit-id: 2560f5530f3c08433d8d7eae1547e229cb966b10
Former-commit-id: 9f1b2d523e9aac7340602c5e535064506e8b1ae3 [formerly 2bedfa7b79262575d1fd11da3988acddd2254a76]
Former-commit-id: d02c30e8aab42b61d8be00a1a0a3842e26d5b2c3
Former-commit-id: e2901abdf43563238e24bdc6f5787f68cf01d3cd
Former-commit-id: 1e9831b40827e0c2af4da0a1c8f8bc89459ea6aa
Former-commit-id: 80c2de16c921ebd541189d7bcdd36b152593f054
Former-commit-id: 26d7667f92da3e0a33edfb875ce07e9f999eccdb
This commit is contained in:
liyang
2018-11-03 22:03:21 +08:00
parent c8059a7ec8
commit b0187d4049
3 changed files with 46 additions and 18 deletions

View File

@@ -37,6 +37,21 @@ export default {
{ 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: '页面缓存',
@@ -55,20 +70,6 @@ export default {
{ path: `${pre}page-argu/get/username-from-menu?userid=userid-from-menu`, title: '接收' }
]
},
{
path: `${pre}store`,
title: '全局状态管理',
icon: 'bolt',
children: [
{ 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}db`,
title: '数据持久化',