robot
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user