From 62a1cfd94d73ef35d118051ea792b0f1476c3b80 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 24 四月 2025 14:57:26 +0800
Subject: [PATCH] 删除新增页面

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

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index ad83b19..64d7215 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')
-          },
+          }
         ]
       },
       /*----------- 鎺扮墖/璇嗗埆 ----------------*/
@@ -221,6 +221,11 @@
       path: '/User/permissions',
       name: 'permissions',
       component: () => import('../views/User/permissions.vue')
+    },
+    {
+      path: '/User/userpageNo',
+      name: 'userpageNo',
+      component: () => import('../views/User/userpageNo.vue')
     }
   ]
  },
@@ -281,6 +286,11 @@
               component: () => import('../views/hollow/hollowequipmenttwo.vue')
             },
             {
+              path: '/hollow/hollowequipmenthree',
+              name: 'hollowequipmenthree',
+              component: () => import('../views/hollow/hollowequipmenthree.vue')
+            },
+            {
               path: '/hollow/hollowslicecage',
               name: 'hollowslicecage',
               component: () => import('../views/hollow/hollowslicecage.vue')
@@ -289,6 +299,16 @@
               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')
             },
           ]
         },
@@ -350,6 +370,42 @@
              },
            ]
           },
+          {
+             path: '/hellowquiphistory',
+              name: 'hellowquiphistory',
+              component: () => import('../views/hollow/hellowquiphistory.vue'),
+              children: [
+                {
+                 path: '/hollow/hellowquiphistory',
+                 name: 'hellowquiphistory',
+                 component: () => import('../views/hollow/hellowquiphistory.vue')
+                },
+              ]
+             },
+             {
+                path: '/hellowquiptwohistory',
+                 name: 'hellowquiptwohistory',
+                 component: () => import('../views/hollow/hellowquiptwohistory.vue'),
+                 children: [
+                   {
+                    path: '/hollow/hellowquiptwohistory',
+                    name: 'hellowquiptwohistory',
+                    component: () => import('../views/hollow/hellowquiptwohistory.vue')
+                   },
+                 ]
+                },
+                {
+                   path: '/hellowquipthreehistory',
+                    name: 'hellowquipthreehistory',
+                    component: () => import('../views/hollow/hellowquipthreehistory.vue'),
+                    children: [
+                      {
+                       path: '/hollow/hellowquipthreehistory',
+                       name: 'hellowquipthreehistory',
+                       component: () => import('../views/hollow/hellowquipthreehistory.vue')
+                      },
+                    ]
+                   },
           {
              path: '/cachingbeforehistory',
               name: 'cachingbeforehistory',
@@ -422,6 +478,18 @@
                      },
                    ]
                   },
+                  {
+                   path: '/statistics',
+                    name: 'statistics',
+                    component: () => import('../views/largescreendisplay/statistics.vue'),
+                    children: [
+                      {
+                       path: '/largescreendisplay/statistics',
+                       name: 'statistics',
+                       component: () => import('../views/largescreendisplay/statistics.vue')
+                      },
+                    ]
+                   },
   ]
 })
 // 瀵艰埅瀹堝崼  

--
Gitblit v1.8.0