no message

Former-commit-id: e42b1ce57f595759636bc8e4e42b1eab6bc4e70f
Former-commit-id: 91009871838e2c143836c0baec9c6eeda84ad145
Former-commit-id: 471c0f984124c70409b7ad73e105999fa9e04b8d
This commit is contained in:
李杨
2018-02-17 11:26:36 +08:00
parent f1d7e49da3
commit 815a97a002
15 changed files with 43 additions and 66 deletions

View File

@@ -21,16 +21,6 @@ export const menu = {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/chart/index/index.vue'], resolve) }
},
{
title: '图表演示2',
icon: 'file-o',
path: 'index2',
name: 'demo-chart-index2',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/chart/index2/index.vue'], resolve) }
}
]
}