|
@@ -128,9 +128,9 @@ const routes: RouteRecordRaw[] = [
|
|
|
component: () => import('@/views/inbound/putaway/task/index.vue')
|
|
component: () => import('@/views/inbound/putaway/task/index.vue')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/container-bindUnbind',
|
|
|
|
|
- name: 'containerBindUnbind',
|
|
|
|
|
- meta:{title:'宝时快上'},
|
|
|
|
|
|
|
+ path: '/container-operation',
|
|
|
|
|
+ name: 'containerOperation',
|
|
|
|
|
+ meta:{title:'容器操作'},
|
|
|
component: () => import('@/views/equipment/container/bindUnbind/index.vue')
|
|
component: () => import('@/views/equipment/container/bindUnbind/index.vue')
|
|
|
},
|
|
},
|
|
|
];
|
|
];
|