| | |
| | | import showHome from "../pages/show/main/showHome"; |
| | | import jiuyeAndChuangye from "../pages/show/jiuyeAndChuangye/jiuyeAndChuangye"; |
| | | import shehuiBaozhang from "../pages/show/shehuiBaozhang/shehuiBaozhang"; |
| | | import OtherBusiness from '../pages/show/otherBusiness/OtherBusiness' |
| | | |
| | | const indexRouter = { |
| | | path: "/", |
| | | name: "index", |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: "/otherBusiness", |
| | | component: OtherBusiness, |
| | | meta: {title: "其他业务"}, |
| | | redirect: "/otherB-PeopleJunShouRu", |
| | | name: "OtherBusiness", |
| | | children: [ |
| | | { |
| | | path: "/otherB-PeopleJunShouRu", |
| | | meta: {title: "居民人居收入、可支配收入"}, |
| | | name: "otherB-PeopleJunShouRu", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue" |
| | | ) |
| | | }, |
| | | { |
| | | path: "/otherB-GongGuTuoPin", |
| | | meta: {title: "居民人居收入、可支配收入"}, |
| | | name: "otherB-GongGuTuoPin", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue" |
| | | ) |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: "/businessPolicy", |
| | | meta: { title: "营商政策" }, |
| | | name: "businessPolicy", |