huangxiaoqiang
2025-06-12 c54e0666bdd34fbe133fe521bf9d46dd6c0fe53e
项目代码/WCS/WIDESEAWCS_Client/src/router/viewGird.js
@@ -4,10 +4,6 @@
    path: '/Sys_Log',
    name: 'sys_Log',
    component: () => import('@/views/system/Sys_Log.vue')
  },{
    path: '/txt_log',
    name: 'txt_log',
    component: () => import('@/views/syslog/txt_log.vue')
  },
  {
    path: '/Sys_User',
@@ -65,10 +61,17 @@
    path: '/router',
    name: 'router',
    component: () => import('@/views/basicinfo/router.vue')
  },  {
    path: '/AgvStation',
    name: 'AgvStation',
    component: () => import('@/views/system/AgvStation.vue')
  }]
  },
  {
    path: '/AGVStatus',
    name: 'AGVStatus',
    component: () => import('@/views/Devicestatus/AGVStatus.vue')
  },
  {
    path: '/Dt_StationManager',
    name: 'Dt_StationManager',
    component: () => import('@/views/basicinfo/Dt_StationManager.vue')
  },
]
export default viewgird