🎨 新增讲师管理&新增批量上传机器人&新增批量上传文章
This commit is contained in:
@@ -5,6 +5,15 @@ const routes = [
|
||||
path: '/',
|
||||
redirect: '/login'
|
||||
},
|
||||
{
|
||||
path: '/bot/bulk',
|
||||
name: 'BotBulk',
|
||||
meta: {
|
||||
title: '批量新增机器人',
|
||||
keepAlive: true
|
||||
},
|
||||
component: () => import('@/view/bot/bot/bulkBot.vue')
|
||||
},
|
||||
{
|
||||
path: '/init',
|
||||
name: 'Init',
|
||||
|
Reference in New Issue
Block a user