generated from Leo_Ding/web-template
18 lines
369 B
JavaScript
18 lines
369 B
JavaScript
import { SolutionOutlined } from '@ant-design/icons-vue'
|
|
|
|
export default [
|
|
{
|
|
path: 'order/index',
|
|
name: 'order',
|
|
component: 'order/index.vue',
|
|
meta: {
|
|
icon: SolutionOutlined,
|
|
title: '订单列表',
|
|
isMenu: true,
|
|
keepAlive: true,
|
|
permission: '*',
|
|
}
|
|
|
|
},
|
|
]
|