111
k94314517
2023-08-18 ca27f46e204ee9772040b5b1170b0e2c1addc738
h5_standard/src/router/module/needToBeDealtWith/index.ts
@@ -29,7 +29,7 @@
                path: '/needToBeDealtWith/outbound',
                name: 'outbound',
                meta: {
                    title: '出库',
                    title: '新增出库',
                    keepAlive: false
                },
                component: () => import('@/views/needToBeDealtWith/outbound.vue')
@@ -38,7 +38,7 @@
                path: '/needToBeDealtWith/addWarehousing',
                name: 'addWarehousing',
                meta: {
                    title: '入库',
                    title: '新增入库',
                    keepAlive: false
                },
                component: () => import('@/views/needToBeDealtWith/addWarehousing.vue')