🎨 style(mes/wm): 对齐注释风格、修复 TODO、重构冗余代码
parent
5289b8b3bd
commit
3b43e9e463
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue