From ba9d50cf57f3d1a35f1d043871a0f09bc3ac6116 Mon Sep 17 00:00:00 2001
From: 陈勇 <chenyong@hnkhzn.com>
Date: 星期四, 01 二月 2024 09:20:27 +0800
Subject: [PATCH] MES接口等

---
 代码管理/PCS/WCS_Client/src/router/viewGird.js |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/router/viewGird.js"
index c19a4e1..b3b11ea 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Client/src/router/viewGird.js"
@@ -173,6 +173,22 @@
     path: '/dt_ActualProduction_hty',
     name: 'dt_ActualProduction_hty',
     component: () => import('@/views/Work/widesea_wcs/tomes/dt_ActualProduction_hty.vue')
-  }]
+  }    ,{
+        path: '/dt_Machineinfo',
+        name: 'dt_Machineinfo',
+        component: () => import('@/views/widesea_wcs/wcs/dt_Machineinfo.vue')
+    }    ,{
+        path: '/dt_log_pcs',
+        name: 'dt_log_pcs',
+        component: () => import('@/views/widesea_system/system/dt_log_pcs.vue')
+    }    ,{
+        path: '/dt_geometry_data',
+        name: 'dt_geometry_data',
+        component: () => import('@/views/widesea_wcs/baseinfo/dt_geometry_data.vue')
+    }    ,{
+        path: '/dt_Interfacerecord_pcs',
+        name: 'dt_Interfacerecord_pcs',
+        component: () => import('@/views/widesea_wcs/system/dt_Interfacerecord_pcs.vue')
+    }]
 
 export default viewgird

--
Gitblit v1.9.3