Explorar o código

海柔快上-增加路由

zhaohuanhuan hai 5 meses
pai
achega
6115308d01
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/router/index.ts

+ 6 - 0
src/router/index.ts

@@ -79,6 +79,12 @@ const routes: RouteRecordRaw[] = [
     meta:{title:'海康-入库'},
     component: () => import('@/views/haikang/boxReturn/boxReturn/index.vue')
   },
+  {
+    path: '/robot-putaway',
+    name: 'RobotPutaway',
+    meta:{title:'海柔快上'},
+    component: () => import('@/views/robot/putaway/index.vue')
+  },
   {
     path: '/robot-take-delivery',
     name: 'RobotTakeDelivery',