Admin
2022-08-17 064c6c81fdb2ccf89c5cef81dc61adcc45fcf6ab
src/router/route.ts
@@ -95,5 +95,13 @@
        meta: {
            title: '巡检路线'
        }
    },
    {
        path: '/dpIndex',
        name: 'dpIndex',
        component: () => import('/@/views/doublePrevent/dpIndex/index.vue'),
        meta: {
            title: '双重预防首页'
        }
    }
];