From 01b07fdef6c2117c3672b0d90b8b2f2218bdd659 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 31 十月 2025 09:44:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 UI-Project/src/router/index.js |   49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 48 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 64d7215..034f87c 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -132,7 +132,11 @@
     name: 'slicecage',
     component: () => import('../views/Slicecage/slicecage.vue')
   },
-  
+   {
+    path: '/Slicecage/slicecageTwo',
+    name: 'slicecageTwo',
+    component: () => import('../views/Slicecage/slicecageTwo.vue')
+  },
 ]
 
 // {
@@ -269,6 +273,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',
@@ -309,6 +327,11 @@
               path: '/hollow/hollowaluminumthree',
               name: 'hollowaluminumthree',
               component: () => import('../views/hollow/hollowaluminumthree.vue')
+            },
+            {
+              path: '/hollow/hollowsitwo',
+              name: 'hollowsitwo',
+              component: () => import('../views/hollow/hollowsitwo.vue')
             },
           ]
         },
@@ -490,6 +513,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