From f142e86b68f5480f342442b1a4ae4c6a4fc3d912 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 17 十二月 2024 09:08:12 +0800
Subject: [PATCH] 1

---
 WIDESEAWCS_Client/src/router/viewGird.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/WIDESEAWCS_Client/src/router/viewGird.js b/WIDESEAWCS_Client/src/router/viewGird.js
index 84e9f68..cde4249 100644
--- a/WIDESEAWCS_Client/src/router/viewGird.js
+++ b/WIDESEAWCS_Client/src/router/viewGird.js
@@ -38,9 +38,25 @@
     name: 'deviceInfo',
     component: () => import('@/views/quartzJob/deviceInfo.vue')
   }, {
+    path: '/deviceProtocol',
+    name: 'deviceProtocol',
+    component: () => import('@/views/quartzJob/deviceProtocol.vue')
+  }, {
+    path: '/deviceProtocolDetail',
+    name: 'deviceProtocolDetail',
+    component: () => import('@/views/quartzJob/deviceProtocolDetail.vue')
+  }, {
+    path: '/dispatchInfo',
+    name: 'dispatchInfo',
+    component: () => import('@/views/quartzJob/dispatchInfo.vue')
+  }, {
     path: '/task',
     name: 'task',
     component: () => import('@/views/taskinfo/task.vue')
+  }, {
+    path: '/router',
+    name: 'router',
+    component: () => import('@/views/basicinfo/router.vue')
   }]
 
 export default viewgird

--
Gitblit v1.9.3