From cc82d4f95d326acf8adc45bc38f3537c5f2c181a Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 27 十二月 2024 11:04:36 +0800
Subject: [PATCH] 钢化前大理片笼,详情查询后不清空输入框内容,新增格子号

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

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index d750e60..6b71a6e 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -73,6 +73,11 @@
           name: 'identifwu',
           component: () => import('../views/Identify/identifwu.vue')
         },
+        {
+          path: '/Identify/identifwutwo',
+          name: 'identifwutwo',
+          component: () => import('../views/Identify/identifwutwo.vue')
+        },
       ]
     },
     /*----------- 鍗у紡缂撳瓨 ----------------*/
@@ -270,13 +275,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 +313,10 @@
             // },
           ]
         },
-        {
-          path: '',
-          redirect: '/Returns/returns'
-        }
+        // {
+        //   path: '',
+        //   redirect: '/hollow/hollowslicecage'
+        // }
       ]
     },
     {

--
Gitblit v1.8.0