no message

Former-commit-id: c1f283658a2670885fe8217fd2c32385034468ab
Former-commit-id: 5f39ffd696f1c4a541d976b2593ea2ec5810aa21
Former-commit-id: f08a3e0712d277baad4924fbf7bbda255bbaa5f8
This commit is contained in:
李杨
2018-02-17 10:32:51 +08:00
parent 2cef297019
commit f1d7e49da3
5 changed files with 144 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export const menu = {
children: [
// 数据处理
{
title: '首页',
title: '图表演示1',
icon: 'file-o',
path: 'index',
name: 'demo-chart-index',
@@ -23,7 +23,7 @@ export const menu = {
component: resolve => { require(['@/pages/demo/chart/index/index.vue'], resolve) }
},
{
title: '首页2',
title: '图表演示2',
icon: 'file-o',
path: 'index2',
name: 'demo-chart-index2',