From ef45387ac4b65538bb965dd7fe9c40d28bceca64 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 06 十一月 2024 23:21:48 +0800
Subject: [PATCH] 1、卧理进出片任务功能初步完成,待调试

---
 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 b62dc2c..1b60f11 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -85,6 +85,11 @@
             name: 'upreturns',
             component: () => import('../views/Returns/upreturns.vue')
           },
+          {
+            path: '/Returns/upreturns2',
+            name: 'upreturns2',
+            component: () => import('../views/Returns/upreturns2.vue')
+          },
         ]
       },
       /*----------- 鎺扮墖/璇嗗埆 ----------------*/
@@ -213,7 +218,7 @@
             }
           ]
         },
-
+ 
          /*----------- 鍙鍖栫郴缁� ----------------*/
          {
           path: 'Visualization',
@@ -323,7 +328,7 @@
     
   ]
 })
-
+ 
 // 瀵艰埅瀹堝崼  
 router.beforeEach((to, from, next) => {  
   const isAuthenticated = !!localStorage.getItem('authToken'); // 鍋囪杩欐槸浣犵殑鐧诲綍鐘舵�佹鏌ラ�昏緫  
@@ -333,4 +338,4 @@
     next(); // 鍚﹀垯缁х画瀵艰埅  
   }  
 }); 
-export default router
+export default router
\ No newline at end of file

--
Gitblit v1.8.0