From ae1459d90f53ac81177e75790d859c6a12e7ed54 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 12 十一月 2025 11:09:10 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 UI-Project/src/router/index.js |   66 ++++++++++++++++++++++++++++++++-
 1 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index c320bf6..2424e14 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -54,7 +54,7 @@
             path: '/Returns/upreturns2',
             name: 'upreturns2',
             component: () => import('../views/Returns/upreturns2.vue')
-          },
+          }
         ]
       },
       /*----------- 鎺扮墖/璇嗗埆 ----------------*/
@@ -132,7 +132,11 @@
     name: 'slicecage',
     component: () => import('../views/Slicecage/slicecage.vue')
   },
-  
+   {
+    path: '/Slicecage/slicecageTwo',
+    name: 'slicecageTwo',
+    component: () => import('../views/Slicecage/slicecageTwo.vue')
+  },
 ]
 
 // {
@@ -226,6 +230,11 @@
       path: '/User/userpageNo',
       name: 'userpageNo',
       component: () => import('../views/User/userpageNo.vue')
+    },
+    {
+      path: '/User/alarmLog',
+      name: 'alarmLog',
+      component: () => import('../views/User/alarmLog.vue')
     }
   ]
  },
@@ -269,6 +278,20 @@
       },
     ]
   },
+  
+  /*----------- 宸ョ▼鎺掍骇 ----------------*/
+  {
+    path: 'engineerScheduling',
+    name: 'engineerScheduling',
+    component: () => import('../views/EngineerScheduling/engineerScheduling.vue'),
+    children: [
+      {
+        path: '/EngineerScheduling/engineerScheduling',
+        name: 'engineerScheduling',
+        component: () => import('../views/EngineerScheduling/engineerScheduling.vue')
+      },
+    ]
+  },
         /*----------- 涓┖ ----------------*/
         {
           path: 'hollow',
@@ -299,6 +322,21 @@
               path: '/hollow/hollowaluminum',
               name: 'hollowaluminum',
               component: () => import('../views/hollow/hollowaluminum.vue')
+            },
+            {
+              path: '/hollow/hollowaluminumtwo',
+              name: 'hollowaluminumtwo',
+              component: () => import('../views/hollow/hollowaluminumtwo.vue')
+            },
+            {
+              path: '/hollow/hollowaluminumthree',
+              name: 'hollowaluminumthree',
+              component: () => import('../views/hollow/hollowaluminumthree.vue')
+            },
+            {
+              path: '/hollow/hollowsitwo',
+              name: 'hollowsitwo',
+              component: () => import('../views/hollow/hollowsitwo.vue')
             },
           ]
         },
@@ -480,6 +518,30 @@
                       },
                     ]
                    },
+                   {
+                    path: '/productionstatistics',
+                     name: 'productionstatistics',
+                     component: () => import('../views/largescreendisplay/productionstatistics.vue'),
+                     children: [
+                       {
+                        path: '/largescreendisplay/productionstatistics',
+                        name: 'productionstatistics',
+                        component: () => import('../views/largescreendisplay/productionstatistics.vue')
+                       },
+                     ]
+                    },
+                    {
+                    path: '/timeaxis',
+                     name: 'timeaxis',
+                     component: () => import('../views/largescreendisplay/timeaxis.vue'),
+                     children: [
+                       {
+                        path: '/largescreendisplay/timeaxis',
+                        name: 'timeaxis',
+                        component: () => import('../views/largescreendisplay/timeaxis.vue')
+                       },
+                     ]
+                    }
   ]
 })
 // 瀵艰埅瀹堝崼  

--
Gitblit v1.8.0