no message
Former-commit-id: cccf3b814a0fc6131ce3164484633a26eada99c0 Former-commit-id: 64f8e3de9c0b168f1f585ddae6226c8e240c91ba Former-commit-id: c238fdaa2ac7aaa189d9a41bd3d869ba52957a88
This commit is contained in:
@@ -21,6 +21,16 @@ 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) }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user