zhangxiao
2024-08-21 523e69a7f649b513aa8d3788c79d52fc26c894d2
src/config/router/oneThree.ts
@@ -14,15 +14,15 @@
        component: Layout,
        children: [
            {
                path: "/oneThree/comprehensiveQuery",
                name: "comprehensive-query",
                path: "/oneThree/comprehensive",
                name: "comprehensive",
                meta: {
                    title: "综合查询",
                    sort: 16,
                    keepAliveName: "comprehensiveQuery"
                    sort: 17
                },
                component: () => import("@/views/oneThree/comprehensiveQuery/index.vue")
                component: () => import("@/views/oneThree/comprehensive/index.vue")
            },
            {
                path: "/oneThree/actualPopulation",
                name: "actual-population",