From 9022a50e3c86d0d49d6e802686a39d226e6c9a4b Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 23 十二月 2024 17:15:29 +0800
Subject: [PATCH] 新增中空理片笼页面+接口

---
 UI-Project/src/router/index.js |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index d750e60..50c803e 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -270,13 +270,18 @@
         /*----------- 涓┖ ----------------*/
         {
           path: 'hollow',
-          name: 'hollowequipment',
-          component: () => import('../views/hollow/hollowequipment.vue'),
+          name: 'hol',
+          component: () => import('../views/hollow/hol.vue'),
           children: [
             {
               path: '/hollow/hollowequipment',
               name: 'hollowequipment',
               component: () => import('../views/hollow/hollowequipment.vue')
+            },
+            {
+              path: '/hollow/hollowslicecage',
+              name: 'hollowslicecage',
+              component: () => import('../views/hollow/hollowslicecage.vue')
             },
           ]
         },
@@ -305,7 +310,7 @@
         },
         {
           path: '',
-          redirect: '/Returns/returns'
+          redirect: '/Returns/upreturns'
         }
       ]
     },

--
Gitblit v1.8.0