From 4aaf55d0dff0f48a8d6ddfc39c3fb8350c2a3d8a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 24 十二月 2024 18:32:13 +0800
Subject: [PATCH] 大理片笼新增指定工程、笼内详情,登陆成功后无默认页

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

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index d750e60..d9cd26a 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')
             },
           ]
         },
@@ -303,10 +308,10 @@
             // },
           ]
         },
-        {
-          path: '',
-          redirect: '/Returns/returns'
-        }
+        // {
+        //   path: '',
+        //   redirect: '/hollow/hollowslicecage'
+        // }
       ]
     },
     {

--
Gitblit v1.8.0