1
This commit is contained in:
@@ -94,7 +94,7 @@ export const constantRoutes = [
|
||||
component: Layout,
|
||||
redirect: 'list',
|
||||
name: 'Order',
|
||||
meta: { title: '京粉订单', icon: 'shopping' },
|
||||
meta: { title: '京粉订单', icon: 'money' },
|
||||
children: [
|
||||
{
|
||||
path: 'list',
|
||||
@@ -116,37 +116,6 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/message',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'Message',
|
||||
meta: { title: '线报消息', icon: 'message' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/xbmessage/index'),
|
||||
name: 'MessageIndex',
|
||||
meta: { title: '线报消息', icon: 'list' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/xbgroup',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'Xbgroup',
|
||||
meta: { title: '线报群管理', icon: 'peoples' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/xbgroup/index'),
|
||||
name: 'XbgroupIndex',
|
||||
meta: { title: '线报群列表', icon: 'list' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/jdorder',
|
||||
component: Layout,
|
||||
@@ -162,6 +131,51 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/favorite',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'Favorite',
|
||||
meta: { title: '常用商品', icon: 'star' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/favoriteProduct/index'),
|
||||
name: 'FavoriteIndex',
|
||||
meta: { title: '常用商品', icon: 'shopping' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/message',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'Message',
|
||||
meta: { title: '线报消息', icon: 'message' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/xbmessage/index'),
|
||||
name: 'MessageIndex',
|
||||
meta: { title: '线报消息', icon: 'wechat' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/xbgroup',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'Xbgroup',
|
||||
meta: { title: '线报群管理', icon: 'peoples' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/system/xbgroup/index'),
|
||||
name: 'XbgroupIndex',
|
||||
meta: { title: '线报群列表', icon: 'peoples' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/system',
|
||||
component: Layout,
|
||||
@@ -173,7 +187,7 @@ export const constantRoutes = [
|
||||
path: 'superadmin',
|
||||
component: () => import('@/views/system/superadmin/index'),
|
||||
name: 'Superadmin',
|
||||
meta: { title: '超级管理员', icon: 'user' }
|
||||
meta: { title: '超级管理员', icon: 'people' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user