🎨 新增讲师管理&新增批量上传机器人&新增批量上传文章

This commit is contained in:
2025-09-17 18:26:25 +08:00
parent fe2aebb2b4
commit f1c8264878
13 changed files with 1628 additions and 53 deletions

View File

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