From 3b43e9e46309581d4bd74c448bdbad78507b4da0 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 18 Feb 2026 09:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(mes/wm):=20=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E6=B3=A8=E9=87=8A=E9=A3=8E=E6=A0=BC=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20TODO=E3=80=81=E9=87=8D=E6=9E=84=E5=86=97=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index c29848c8b..b27fda30d 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -138,7 +138,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ { path: 'wm/warehouse/location', component: () => import('@/views/mes/wm/warehouse/location/index.vue'), - name: 'MesWmLocationRouter', + name: 'MesWmLocation', meta: { noCache: true, hidden: true, @@ -151,7 +151,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ { path: 'wm/warehouse/area', component: () => import('@/views/mes/wm/warehouse/area/index.vue'), - name: 'MesWmAreaRouter', + name: 'MesWmArea', meta: { noCache: true, hidden: true,