From e259f1971a42c024c09329d30ae2165e309326b3 Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Thu, 12 Dec 2024 17:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 52 +-------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 93b4a8b26..d95896c9e 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -36,7 +36,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ { path: '/redirect', component: Layout, - name: 'Redirect', + name: '', children: [ { path: '/redirect/:path(.*)', @@ -184,37 +184,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: t('router.login'), noTagsView: true } - },{ - path: '/forgetPassword', - component: () => import('@/views/login/forgetPassword.vue'), - name: 'ForgetPassword', - meta: { - hidden: true, - title: t('router.login'), - noTagsView: true - } - }, - { - path: '/updatePassword', - component: () => import('@/views/login/updatePassword.vue'), - name: 'UpdatePassword', - meta: { - hidden: true, - title: t('router.login'), - noTagsView: true - } }, - { - path: '/updatePasswordNewTips', - component: () => import('@/views/login/updatePasswordNewTips.vue'), - name: 'UpdatePasswordNewTips', - meta: { - hidden: true, - title: t('router.login'), - noTagsView: true - } - }, - { path: '/sso', component: () => import('@/views/login/login.vue'), @@ -255,26 +225,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ noTagsView: true } }, - { - path: '/purchasereceiptReport', - component: () => import('@/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptReport/index.vue'), - name: 'purchasereceiptReport', - meta: { - hidden: true, - title: t('ts.查看质检报告'), - noTagsView: true - } - }, - { - path: '/supplierResume', - component: () => import('@/views/wms/purchasereceiptManage/supplierdeliver/supplierResume/index.vue'), - name: 'supplierResume', - meta: { - hidden: true, - title: t('ts.查看履历表'), - noTagsView: true - } - }, { path: '/bpm', component: Layout,