This commit is contained in:
2025-10-10 02:25:27 +08:00
parent 13cf9865dd
commit f302c9ea69
4 changed files with 931 additions and 0 deletions

View File

@@ -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',