From 2ceda43d8537cab35e8291cb888f608e22e7ccf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 23 Oct 2023 08:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BD=99=E9=9D=99=E6=80=81=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 48 ++++++++++++++++----------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index f6065978f..2c2ecf253 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -338,30 +338,30 @@ const remainingRouter: AppRouteRecordRaw[] = [ hidden: true }, children: [ - { - path: '/wms/itembasic-manage/itembasic-detail', - component: () => import('@/views/wms/itembasic/ItembasicDetail.vue'), - name: 'ItembasicDetail', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '物品详情', - activeMenu: '/wms/itembasic-manage/itembasic' - } - }, - { - path: '/wms/itempackaging-manage/itempackaging-detail', - component: () => import('@/views/wms/itempackaging/ItempackagingDetail.vue'), - name: 'ItempackagingDetail', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '包装详情', - activeMenu: '/wms/itempackaging-manage/itempackaging' - } - } + // { + // path: '/wms/itembasic-manage/itembasic-detail', + // component: () => import('@/views/wms/itembasic/ItembasicDetail.vue'), + // name: 'ItembasicDetail', + // meta: { + // noCache: true, + // hidden: true, + // canTo: true, + // title: '物品详情', + // activeMenu: '/wms/itembasic-manage/itembasic' + // } + // }, + // { + // path: '/wms/itempackaging-manage/itempackaging-detail', + // component: () => import('@/views/wms/itempackaging/ItempackagingDetail.vue'), + // name: 'ItempackagingDetail', + // meta: { + // noCache: true, + // hidden: true, + // canTo: true, + // title: '包装详情', + // activeMenu: '/wms/itempackaging-manage/itempackaging' + // } + // } ] } ]