🎨 style(mes/wm): 对齐注释风格、修复 TODO、重构冗余代码

pull/871/MERGE
YunaiV 2026-02-18 09:08:09 +08:00
parent 5289b8b3bd
commit 3b43e9e463
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{ {
path: 'wm/warehouse/location', path: 'wm/warehouse/location',
component: () => import('@/views/mes/wm/warehouse/location/index.vue'), component: () => import('@/views/mes/wm/warehouse/location/index.vue'),
name: 'MesWmLocationRouter', name: 'MesWmLocation',
meta: { meta: {
noCache: true, noCache: true,
hidden: true, hidden: true,
@ -151,7 +151,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{ {
path: 'wm/warehouse/area', path: 'wm/warehouse/area',
component: () => import('@/views/mes/wm/warehouse/area/index.vue'), component: () => import('@/views/mes/wm/warehouse/area/index.vue'),
name: 'MesWmAreaRouter', name: 'MesWmArea',
meta: { meta: {
noCache: true, noCache: true,
hidden: true, hidden: true,