From b9f5657fc9a083238a1a27ef35ef885f1e912b4f Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 25 六月 2024 15:24:24 +0800 Subject: [PATCH] 后端 --- 代码管理/WMS/WMS_Client/src/router/viewGird.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/router/viewGird.js" index 060560a..92e310e 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/router/viewGird.js" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Client/src/router/viewGird.js" @@ -181,6 +181,10 @@ path: '/dt_geometry_data_detectionline', name: 'dt_geometry_data_detectionline', component: () => import('@/views/widesea_wms/baseinfo/dt_geometry_data_detectionline.vue') + } ,{ + path: '/dt_info_to_mes', + name: 'dt_info_to_mes', + component: () => import('@/views/widesea_wms/tomes/dt_info_to_mes.vue') }] export default viewgird -- Gitblit v1.9.3