刘磊
2026-01-22 1924bdeca6414b6fec314c37260b44f20865d593
项目代码/WMS/WMSClient/src/router/tables.js
@@ -236,9 +236,9 @@
    }
  },
  {
    path: '/Dt_CarBody',
    name: 'Dt_CarBody',
    component: () => import('@/views/widesea_wms/stock/Dt_CarBody.vue'),
    path: '/Dt_CarBodyInfo',
    name: 'Dt_CarBodyInfo',
    component: () => import('@/views/widesea_wms/stock/Dt_CarBodyInfo.vue'),
    meta: {
      keepAlive: false
    }
@@ -306,6 +306,14 @@
    // meta: {
    //   keepAlive: true
    // }
  }
  },
  {
    path: '/Dt_BDCConfiguration',
    name: 'Dt_BDCConfiguration',
    component: () => import('@/views/widesea_wms/basicinfo/Dt_BDCConfiguration.vue'),
    meta: {
      keepAlive: false
    }
  },
]
export default tables