xiazhengtongxue
12 小时以前 56538e602b927c232ac5b991ef84175edd2ce3ce
Code/WCS/WIDESEAWCS_Client/src/router/viewGird.js
@@ -1,93 +1,104 @@
let viewgird = [
  {
    path: '/Sys_Log',
    name: 'sys_Log',
    component: () => import('@/views/system/Sys_Log.vue')
    path: "/Sys_Log",
    name: "sys_Log",
    component: () => import("@/views/system/Sys_Log.vue"),
  },
  {
    path: '/Sys_User',
    name: 'Sys_User',
    component: () => import('@/views/system/Sys_User.vue')
    path: "/Sys_User",
    name: "Sys_User",
    component: () => import("@/views/system/Sys_User.vue"),
  },
  {
    path: '/permission',
    name: 'permission',
    component: () => import('@/views/system/Permission.vue')
    path: "/permission",
    name: "permission",
    component: () => import("@/views/system/Permission.vue"),
  },
  {
    path: '/Sys_Dictionary',
    name: 'Sys_Dictionary',
    component: () => import('@/views/system/Sys_Dictionary.vue')
    path: "/Sys_Dictionary",
    name: "Sys_Dictionary",
    component: () => import("@/views/system/Sys_Dictionary.vue"),
  },
  {
    path: '/Sys_Role',
    name: 'Sys_Role',
    component: () => import('@/views/system/Sys_Role.vue')
    path: "/Sys_Role",
    name: "Sys_Role",
    component: () => import("@/views/system/Sys_Role.vue"),
  },
  {
    path: '/Sys_Role1',
    name: 'Sys_Role1',
    component: () => import('@/views/system/Sys_Role1.vue')
    path: "/Sys_Role1",
    name: "Sys_Role1",
    component: () => import("@/views/system/Sys_Role1.vue"),
  },
  {
    path: '/Sys_DictionaryList',
    name: 'Sys_DictionaryList',
    component: () => import('@/views/system/Sys_DictionaryList.vue')
    path: "/Sys_DictionaryList",
    name: "Sys_DictionaryList",
    component: () => import("@/views/system/Sys_DictionaryList.vue"),
  },
  {
    path: '/Sys_Tenant',
    name: 'Sys_Tenant',
    component: () => import('@/views/system/Sys_Tenant.vue')
    path: "/Sys_Tenant",
    name: "Sys_Tenant",
    component: () => import("@/views/system/Sys_Tenant.vue"),
  },
  {
    path: '/deviceInfo',
    name: 'deviceInfo',
    component: () => import('@/views/quartzJob/deviceInfo.vue')
    path: "/deviceInfo",
    name: "deviceInfo",
    component: () => import("@/views/quartzJob/deviceInfo.vue"),
  },
  {
    path: '/deviceProtocol',
    name: 'deviceProtocol',
    component: () => import('@/views/quartzJob/deviceProtocol.vue')
    path: "/deviceProtocol",
    name: "deviceProtocol",
    component: () => import("@/views/quartzJob/deviceProtocol.vue"),
  },
  {
    path: '/deviceProtocolDetail',
    name: 'deviceProtocolDetail',
    component: () => import('@/views/quartzJob/deviceProtocolDetail.vue')
    path: "/deviceProtocolDetail",
    name: "deviceProtocolDetail",
    component: () => import("@/views/quartzJob/deviceProtocolDetail.vue"),
  },
  {
    path: '/dispatchInfo',
    name: 'dispatchInfo',
    component: () => import('@/views/quartzJob/dispatchInfo.vue')
    path: "/dispatchInfo",
    name: "dispatchInfo",
    component: () => import("@/views/quartzJob/dispatchInfo.vue"),
  },
  {
    path: '/scheduler',
    name: 'scheduler',
    component: () => import('@/views/quartzJob/scheduler.vue')
  },{
    path: '/robotTask',
    name: 'robotTask',
    component: () => import('@/views/taskinfo/robotTask.vue')
    path: "/scheduler",
    name: "scheduler",
    component: () => import("@/views/quartzJob/scheduler.vue"),
  },
  {
    path: '/robotState',
    name: 'robotState',
    component: () => import('@/views/taskinfo/robotState.vue')
    path: "/robotTask",
    name: "robotTask",
    component: () => import("@/views/taskinfo/robotTask.vue"),
  },
  {
    path: '/task',
    name: 'task',
    component: () => import('@/views/taskinfo/task.vue')
    path: "/robotTaskHty",
    name: "robotTaskHty",
    component: () => import("@/views/taskinfo/robotTaskHty.vue"),
  },
  {
    path: '/taskHty',
    name: 'taskHty',
    component: () => import('@/views/taskinfo/taskHty.vue')
    path: "/robotState",
    name: "robotState",
    component: () => import("@/views/taskinfo/robotState.vue"),
  },
  {
    path: '/router',
    name: 'router',
    component: () => import('@/views/basicinfo/router.vue')
  }
    path: "/task",
    name: "task",
    component: () => import("@/views/taskinfo/task.vue"),
  },
  {
    path: "/agvTask",
    name: "agvTask",
    component: () => import("@/views/taskinfo/agvTask.vue"),
  },
  {
    path: "/taskHty",
    name: "taskHty",
    component: () => import("@/views/taskinfo/taskHty.vue"),
  },
  {
    path: "/router",
    name: "router",
    component: () => import("@/views/basicinfo/router.vue"),
  },
];
export default viewgird;