瀏覽代碼

海柔快上-增加路由

zhaohuanhuan 5 月之前
父節點
當前提交
9a426828df
共有 1 個文件被更改,包括 6 次插入0 次删除
  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',