no message
Former-commit-id: 2ac08bdf73416d40f32a3f7965369cb28d4329d3 [formerly 2ac08bdf73416d40f32a3f7965369cb28d4329d3 [formerly 2ac08bdf73416d40f32a3f7965369cb28d4329d3 [formerly 2ac08bdf73416d40f32a3f7965369cb28d4329d3 [formerly 7edbaec35ed1435f9b321dc93a6fc638390e62c1 [formerly 2b79008703fe8c1f2dfc0e74d07589f55f68fa15]]]]] Former-commit-id: 43f9f620117aa19760d79743b2358e02473f45e6 Former-commit-id: 447bd2d9ae835cc47ceab1283c3b24a5406a234e Former-commit-id: 0d221eda984865e1d036159f6d92c2858634055c [formerly b6c26e2313ea3786c93d68c6394e4b2c59bdbe17] Former-commit-id: 79fdc885d3dc2a91ec43a48a11242c8a9f3ffdb1 Former-commit-id: 0959cb5dcdfe874efcb14c4ad8ed2fd5a1886516 Former-commit-id: c7cee26e0b0a5dd22d724c43c0e92828d84fab99 Former-commit-id: f75348850386038a04efa082a8bf71d5d5663f6b Former-commit-id: 65e82442f2b596e30e183f0522bb4e3a64408738
This commit is contained in:
@@ -116,32 +116,6 @@ const demoComponents = {
|
||||
])('/demo/components/')
|
||||
}
|
||||
|
||||
// 路由菜单 图表
|
||||
const demoChart = {
|
||||
path: '/demo/chart',
|
||||
title: '图表 G2',
|
||||
icon: 'pie-chart',
|
||||
children: (pre => [
|
||||
{ path: `${pre}index`, title: '图表首页' },
|
||||
{
|
||||
path: `${pre}demo`,
|
||||
title: '单图示例',
|
||||
children: [
|
||||
{ path: `${pre}demo/areaBase`, title: '区域折线图' },
|
||||
{ path: `${pre}demo/barBase`, title: '条形图' },
|
||||
{ path: `${pre}demo/columnBase`, title: '柱形图' },
|
||||
{ path: `${pre}demo/lineBase`, title: '折线图' },
|
||||
{ path: `${pre}demo/lineStep`, title: '阶梯折线图' },
|
||||
{ path: `${pre}demo/nightingaleRoseBase`, title: '南丁格尔玫瑰图' },
|
||||
{ path: `${pre}demo/PieBase`, title: '饼图' },
|
||||
{ path: `${pre}demo/radarBase`, title: '雷达图' }
|
||||
]
|
||||
},
|
||||
{ path: `${pre}all`, title: '示例' },
|
||||
{ path: `${pre}dynamicSize`, title: '动态尺寸与可拖拽' }
|
||||
])('/demo/chart/')
|
||||
}
|
||||
|
||||
// 路由菜单 组件库
|
||||
const demoElement = {
|
||||
path: '/demo/element',
|
||||
@@ -236,8 +210,7 @@ const demoElement = {
|
||||
export const side = [
|
||||
demoPlugins,
|
||||
demoComponents,
|
||||
demoElement,
|
||||
demoChart
|
||||
demoElement
|
||||
]
|
||||
|
||||
// 菜单 顶栏
|
||||
@@ -253,7 +226,6 @@ export default [
|
||||
demoPlugins,
|
||||
demoComponents,
|
||||
demoElement,
|
||||
demoChart,
|
||||
{
|
||||
title: '空菜单演示',
|
||||
icon: 'folder-o',
|
||||
|
||||
Reference in New Issue
Block a user