From 15be9cdba09e832452983ad3badf7e6cbefae57d Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期五, 07 三月 2025 15:08:29 +0800
Subject: [PATCH] 增强业务扩展能力和错误处理逻辑

---
 Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   71 +++++++++++++++--------------------
 1 files changed, 31 insertions(+), 40 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index d6c5d4f..db68844 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -1,69 +1,60 @@
-
 let viewgird = [
   {
     path: '/Sys_Log',
     name: 'sys_Log',
-    component: () => import('@/views/system/Sys_Log.vue')
+    component: () => import('@/views/system/Sys_Log.vue'),
+    meta: {
+       
+    }
   },
   {
     path: '/Sys_User',
     name: 'Sys_User',
-    component: () => import('@/views/system/Sys_User.vue')
+    component: () => import('@/views/system/Sys_User.vue'),
+    meta: {
+       
+    }
   },
   {
     path: '/permission',
     name: 'permission',
-    component: () => import('@/views/system/Permission.vue')
+    component: () => import('@/views/system/Permission.vue'),
+    meta: {
+       
+    }
   },
 
   {
     path: '/Sys_Dictionary',
     name: 'Sys_Dictionary',
-    component: () => import('@/views/system/Sys_Dictionary.vue')
+    component: () => import('@/views/system/Sys_Dictionary.vue'),
+    meta: {
+       
+    }
   },
   {
     path: '/Sys_Role',
     name: 'Sys_Role',
-    component: () => import('@/views/system/Sys_Role.vue')
+    component: () => import('@/views/system/Sys_Role.vue'),
+    meta: {
+       
+    }
   },
-  //  {
-  //   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: '/FormDesignOptions',
-    name: 'FormDesignOptions',
-    component: () => import('@/views/system/form/FormDesignOptions.vue')
-  }, {
-    path: '/FormCollectionObject',
-    name: 'FormCollectionObject',
-    component: () => import('@/views/system/form/FormCollectionObject.vue')
-  }, {
-    path: '/Sys_WorkFlow',
-    name: 'Sys_WorkFlow',
-    component: () => import('@/views/system/flow/Sys_WorkFlow.vue')
-  }, {
-    path: '/Sys_WorkFlowTable',
-    name: 'Sys_WorkFlowTable',
-    component: () => import('@/views/system/flow/Sys_WorkFlowTable.vue')
-  }, {
-    path: '/Sys_QuartzOptions',
-    name: 'Sys_QuartzOptions',
-    component: () => import('@/views/system/quartz/Sys_QuartzOptions.vue')
-  }, {
-    path: '/Sys_QuartzLog',
-    name: 'Sys_QuartzLog',
-    component: () => import('@/views/system/quartz/Sys_QuartzLog.vue')
-  }, {
+    component: () => import('@/views/system/Sys_DictionaryList.vue'),
+    meta: {
+       
+    }
+  },{
     path: '/Sys_Department',
     name: 'Sys_Department',
-    component: () => import('@/views/system/system/Sys_Department.vue')
-  }]
+    component: () => import('@/views/system/system/Sys_Department.vue'),
+    meta: {
+      
+    }
+  }
+]
 
 export default viewgird

--
Gitblit v1.9.3