1
This commit is contained in:
@@ -204,6 +204,22 @@ export const dynamicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// 批量发品
|
||||
{
|
||||
path: '/batchPublish',
|
||||
component: Layout,
|
||||
redirect: 'noredirect',
|
||||
name: 'BatchPublish',
|
||||
meta: { title: '批量发品', icon: 'shopping' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/jarvis/batchPublish/index'),
|
||||
name: 'BatchPublishIndex',
|
||||
meta: { title: '批量发品', icon: 'upload' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 线报群管理
|
||||
{
|
||||
path: '/xbgroup',
|
||||
|
||||
Reference in New Issue
Block a user