Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js
@@ -69,9 +69,18 @@
    component: () => import('@/views/taskinfo/robotTask.vue')
  },
  {
    path: '/robotState',
    name: 'robotState',
    component: () => import('@/views/taskinfo/robotState.vue')
  },
  {
    path: '/task',
    name: 'task',
    component: () => import('@/views/taskinfo/task.vue')
  },{
    path: '/agvTask',
    name: 'agvTask',
    component: () => import('@/views/taskinfo/agvTask.vue')
  },
  {
    path: '/taskHty',