| | |
| | | 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", |
| | |
| | | component: () => import("@/views/oneThree/house/index.vue") |
| | | }, |
| | | { |
| | | path: "/oneThree/unit", |
| | | name: "oneThree-unit", |
| | | path: "/oneThree/member", |
| | | name: "oneThree-member", |
| | | meta: { |
| | | title: "实有单位", |
| | | title: "人员详情", |
| | | sort: 12 |
| | | }, |
| | | component: () => import("@/views/oneThree/unit/index.vue") |
| | | component: () => import("@/views/oneThree/member/index.vue") |
| | | } |
| | | ] |
| | | } |