Your Name
2022-09-14 54051120c1b27732f05b8c2f4a0112ac02323696
src/router/route.ts
@@ -127,5 +127,13 @@
        meta: {
            title: 'spi报告详情'
        }
    },
    {
        path: '/workReservation',
        name: 'workReservation',
        component: () => import('/@/views/specialWorkSystem/workPlan/workReservation/index.vue'),
        meta: {
            title: '作业预约'
        }
    }
];