This commit is contained in:
zzc
2026-05-27 23:35:27 +08:00
parent 6322b0962b
commit 9928bc3329
3 changed files with 175 additions and 0 deletions

View File

@@ -360,6 +360,12 @@ export const asyncRoutes = [
component: () => import('@/views/systemManagement/reward/index'),
meta: { title: '奖励管理' },
},
{
path: 'robotManagement',
name: 'RobotManagement',
component: () => import('@/views/systemManagement/robot/index'),
meta: { title: '机器人' },
},
{
path: 'abilityManagement',
name: 'AbilityManagement',