rm:remove chart/index

This commit is contained in:
Pan
2017-11-17 15:10:09 +08:00
parent 8c204b9837
commit 46b4f74969
4 changed files with 0 additions and 10 deletions

View File

@@ -116,7 +116,6 @@ export const asyncRouterMap = [
icon: 'chart'
},
children: [
{ path: 'index', component: _import('charts/index'), name: 'chartsIndex', meta: { title: 'chartsIndex' }},
{ path: 'keyboard', component: _import('charts/keyboard'), name: 'keyboardChart', meta: { title: 'keyboardChart', noCache: true }},
{ path: 'line', component: _import('charts/line'), name: 'lineChart', meta: { title: 'lineChart', noCache: true }},
{ path: 'mixchart', component: _import('charts/mixChart'), name: 'mixChart', meta: { title: 'mixChart', noCache: true }}