|
|
@@ -46,6 +46,8 @@ import {
|
|
|
UploadTrainingVideo,
|
|
|
SynchronousMaintenanceForm,
|
|
|
QueryMaintenancePlan,
|
|
|
+ LightSetting,
|
|
|
+ LightStockInOrOut,
|
|
|
} from 'client-wms-v3/dist/client-wms-v3.js';
|
|
|
|
|
|
|
|
|
@@ -454,6 +456,8 @@ const routes = [
|
|
|
{ path: '/wms/uploadTrainingVideo', component: UploadTrainingVideo },
|
|
|
{ path: '/wms/synchronousMaintenanceForm', component: SynchronousMaintenanceForm },
|
|
|
{ path: '/wms/queryMaintenancePlan', component: QueryMaintenancePlan },
|
|
|
+ { path: '/wms/lightSetting', component: LightSetting },
|
|
|
+ { path: '/wms/lightStockInOrOut', component: LightStockInOrOut },
|
|
|
];
|
|
|
|
|
|
|