From aebc5d85da25b3b352dba1ceb76bacf3f464382b Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 14 四月 2025 17:09:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 9851eb8..c320bf6 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -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')
     }
   ]
  },
@@ -279,6 +284,11 @@
               path: '/hollow/hollowequipmenttwo',
               name: 'hollowequipmenttwo',
               component: () => import('../views/hollow/hollowequipmenttwo.vue')
+            },
+            {
+              path: '/hollow/hollowequipmenthree',
+              name: 'hollowequipmenthree',
+              component: () => import('../views/hollow/hollowequipmenthree.vue')
             },
             {
               path: '/hollow/hollowslicecage',
@@ -374,6 +384,18 @@
                    },
                  ]
                 },
+                {
+                   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',

--
Gitblit v1.8.0