Browse Source

海柔快上-增加路由

zhaohuanhuan 5 months ago
parent
commit
9a426828df
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/router/index.ts

+ 6 - 0
src/router/index.ts

@@ -79,6 +79,12 @@ const routes: RouteRecordRaw[] = [
     meta:{title:'海康-入库'},
     meta:{title:'海康-入库'},
     component: () => import('@/views/haikang/boxReturn/boxReturn/index.vue')
     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',
     path: '/robot-take-delivery',
     name: 'RobotTakeDelivery',
     name: 'RobotTakeDelivery',