From 75b98831417be414bc43e1832479d05d20cf6ac3 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 13 三月 2025 16:44:06 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject --- UI-Project/src/router/index.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js index 3e4acc2..ad83b19 100644 --- a/UI-Project/src/router/index.js +++ b/UI-Project/src/router/index.js @@ -410,6 +410,18 @@ }, ] }, + { + path: '/upreturnhistory2', + name: 'upreturnhistory2', + component: () => import('../views/Returns/upreturnhistory2.vue'), + children: [ + { + path: '/Returns/upreturnhistory2', + name: 'upreturnhistory2', + component: () => import('../views/Returns/upreturnhistory2.vue') + }, + ] + }, ] }) // 瀵艰埅瀹堝崼 -- Gitblit v1.8.0