no message
Former-commit-id: f0207a1b3d4a0b29e414db4e6b7162631f0521ca Former-commit-id: 6c35c139c51e3077b285c7b2e7c64c197d5165f4 Former-commit-id: 082fdb8222ff834150dee83fbf18d2a3b5369003
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import menus from '@/menu/index.js'
|
||||
export default {
|
||||
name: 'HeaderMenu',
|
||||
components: {
|
||||
@@ -18,54 +19,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
menus: [
|
||||
{
|
||||
path: '/index',
|
||||
title: '首页'
|
||||
},
|
||||
{
|
||||
path: '/demo',
|
||||
title: '功能',
|
||||
children: [
|
||||
{
|
||||
path: '/demo/plugins',
|
||||
title: '插件',
|
||||
icon: 'plug'
|
||||
},
|
||||
{
|
||||
path: '/demo/components',
|
||||
title: '组件',
|
||||
icon: 'puzzle-piece'
|
||||
},
|
||||
{
|
||||
path: '/demo/chart',
|
||||
title: '图表',
|
||||
icon: 'pie-chart',
|
||||
children: [
|
||||
{
|
||||
path: '/demo/plugins',
|
||||
title: '插件',
|
||||
icon: 'plug'
|
||||
},
|
||||
{
|
||||
path: '/demo/components',
|
||||
title: '组件',
|
||||
icon: 'puzzle-piece'
|
||||
},
|
||||
{
|
||||
path: '/demo/chart',
|
||||
title: '图表',
|
||||
icon: 'pie-chart'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/demo/business',
|
||||
title: '示例业务界面'
|
||||
}
|
||||
]
|
||||
menus
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user