diff --git a/src/views/components/index.js b/src/views/components/index.js index b5a761f..0d69539 100644 --- a/src/views/components/index.js +++ b/src/views/components/index.js @@ -13,3 +13,5 @@ export { default as mapSearchBox } from "./xiaoqu/mapSearchBox.vue"; export { default as bottomList } from "./xiaoqu/bottomList.vue"; export { default as xiaoquRight } from "./xiaoqu/rightData/index.vue"; + +export { default as building } from "./xiaoqu/building.vue"; diff --git a/src/views/components/xiaoqu/building.vue b/src/views/components/xiaoqu/building.vue new file mode 100644 index 0000000..64dc1c1 --- /dev/null +++ b/src/views/components/xiaoqu/building.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/src/views/xiaoqu.vue b/src/views/xiaoqu.vue index 164cfe2..057a6ea 100644 --- a/src/views/xiaoqu.vue +++ b/src/views/xiaoqu.vue @@ -4,9 +4,7 @@ :mainTitle="xiaoquIntroduce.deptName + '人口数据管理系统'" :showStreet="false" > - - @@ -29,6 +27,7 @@ + @@ -46,6 +45,7 @@ import { buildingStatistics, mapSearchBox, bottomList, + building, } from "@/views/components/index.js"; export default { data() { @@ -63,6 +63,7 @@ export default { buildingStatistics, mapSearchBox, bottomList, + building, }, computed: { ...mapGetters(["xiaoquIntroduce", "queryParamsXiaoqu"]),