From bbbe207791b13ad5781ec6fcffff23ec5d9f999e Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 13 三月 2025 14:43:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index fc91714..3e4acc2 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -386,6 +386,30 @@
                   },
                 ]
                },
+               {
+                path: '/stockhistory',
+                 name: 'stockhistory',
+                 component: () => import('../views/StockBasicData/stockhistory.vue'),
+                 children: [
+                   {
+                    path: '/StockBasicData/stockhistory',
+                    name: 'stockhistory',
+                    component: () => import('../views/StockBasicData/stockhistory.vue')
+                   },
+                 ]
+                },
+                {
+                 path: '/upreturnhistory',
+                  name: 'upreturnhistory',
+                  component: () => import('../views/Returns/upreturnhistory.vue'),
+                  children: [
+                    {
+                     path: '/Returns/upreturnhistory',
+                     name: 'upreturnhistory',
+                     component: () => import('../views/Returns/upreturnhistory.vue')
+                    },
+                  ]
+                 },
   ]
 })
 // 瀵艰埅瀹堝崼  

--
Gitblit v1.8.0