generated from Leo_Ding/web-template
17 lines
387 B
JavaScript
17 lines
387 B
JavaScript
import { SettingOutlined } from '@ant-design/icons-vue'
|
|
|
|
export default [
|
|
{
|
|
path: 'importantEvents',
|
|
name: 'importantEvents',
|
|
component: 'importantEvents/index.vue',
|
|
meta: {
|
|
icon: SettingOutlined,
|
|
title: '海邻大事记',
|
|
isMenu: true,
|
|
keepAlive: true,
|
|
permission: '*',
|
|
},
|
|
},
|
|
]
|