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