|
@@ -753,7 +753,7 @@ export default {
|
|
|
if (this.$store.state.homeSpecialTown === "全部") {
|
|
|
this.setView(
|
|
|
townLocationMap.get(this.$store.state.homeSpecialTown),
|
|
|
- 3
|
|
|
+ 1
|
|
|
);
|
|
|
} else {
|
|
|
let polygon = townPolygonMap.get(this.$store.state.homeSpecialTown);
|
|
@@ -766,7 +766,7 @@ export default {
|
|
|
let locationArr = townLocationMap.get(
|
|
|
this.$store.state.homeSpecialTown
|
|
|
);
|
|
|
- this.setView([locationArr[0], locationArr[1] + 0.15], 3);
|
|
|
+ this.setView([locationArr[0], locationArr[1] + 0.15], 1);
|
|
|
} else {
|
|
|
let locationArr = townLocationMap.get(
|
|
|
this.$store.state.homeSpecialTown
|
|
@@ -786,7 +786,7 @@ export default {
|
|
|
if (this.$store.state.homeSpecialTown === "全部") {
|
|
|
this.setView(
|
|
|
townLocationMap.get(this.$store.state.homeSpecialTown),
|
|
|
- 3
|
|
|
+ 1
|
|
|
);
|
|
|
} else {
|
|
|
let polygon = townPolygonMap.get(this.$store.state.homeSpecialTown);
|