From b794af068ade99e0499dca57bd083aedd6cebd79 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 13 三月 2025 14:51:14 +0800 Subject: [PATCH] 各模块历史任务更新 --- 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