From b9b44b51b201e2f5a9a1f3665c7fb76b5690f9af Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期一, 23 十二月 2024 16:13:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- UI-Project/src/router/index.js | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js index 9643500..d750e60 100644 --- a/UI-Project/src/router/index.js +++ b/UI-Project/src/router/index.js @@ -46,11 +46,6 @@ component: () => import('../views/Returns/return.vue'), children:[ { - path: '/Returns/returns', - name: 'returns', - component: () => import('../views/Returns/returns.vue') - }, - { path: '/Returns/upreturns', name: 'upreturns', component: () => import('../views/Returns/upreturns.vue') @@ -95,11 +90,6 @@ path: '/Caching/cachingun', name: 'cachingun', component: () => import('../views/Caching/cachingun.vue') - }, - { - path: '/Caching/cachingyiwu', - name: 'cachingyiwu', - component: () => import('../views/Caching/cachingyiwu.vue') }, ] }, -- Gitblit v1.8.0