From c020f31a67fc5aa5644511bddff075f7ecc85234 Mon Sep 17 00:00:00 2001
From: qinchulong <qinchulong@hnkhzn.com>
Date: 星期二, 27 五月 2025 15:35:27 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/ZhongHeLiTiKu

---
 代码管理/WCS/WIDESEAWCS_Client/src/router/viewGird.js |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
new file mode 100644
index 0000000..3cffa14
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/router/viewGird.js"
@@ -0,0 +1,67 @@
+
+let viewgird = [
+  {
+    path: '/Sys_Log',
+    name: 'sys_Log',
+    component: () => import('@/views/system/Sys_Log.vue')
+  },
+  {
+    path: '/Sys_User',
+    name: 'Sys_User',
+    component: () => import('@/views/system/Sys_User.vue')
+  },
+  {
+    path: '/permission',
+    name: 'permission',
+    component: () => import('@/views/system/Permission.vue')
+  },
+
+  {
+    path: '/Sys_Dictionary',
+    name: 'Sys_Dictionary',
+    component: () => import('@/views/system/Sys_Dictionary.vue')
+  },
+  {
+    path: '/Sys_Role',
+    name: 'Sys_Role',
+    component: () => import('@/views/system/Sys_Role.vue')
+  }, {
+    path: '/Sys_Role1',
+    name: 'Sys_Role1',
+    component: () => import('@/views/system/Sys_Role1.vue')
+  }, {
+    path: '/Sys_DictionaryList',
+    name: 'Sys_DictionaryList',
+    component: () => import('@/views/system/Sys_DictionaryList.vue')
+  }, {
+    path: '/deviceInfo',
+    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: '/task_hty',
+    name: 'task_hty',
+    component: () => import('@/views/taskinfo/task_hty.vue')
+  }, {
+    path: '/router',
+    name: 'router',
+    component: () => import('@/views/basicinfo/router.vue')
+  }]
+
+export default viewgird

--
Gitblit v1.9.3