Commit 0cbfde5b by liuguorong93

更新

parent f848f167
...@@ -64,7 +64,7 @@ import dogMajor from "./dogMajor.vue"; ...@@ -64,7 +64,7 @@ import dogMajor from "./dogMajor.vue";
// 中间内容 // 中间内容
import mapCount from "./mapCount.vue"; import mapCount from "./mapCount.vue";
// 地图 // 地图
// import mapBox from "./mapBox.vue"; import mapBox from "./mapBox.vue";
import mapBoxForBingTu from "./mapBoxForBingTu.vue"; import mapBoxForBingTu from "./mapBoxForBingTu.vue";
import { postRequest } from "@/api/dogView.js"; import { postRequest } from "@/api/dogView.js";
export default { export default {
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
qgPhTop, qgPhTop,
dogMajor, dogMajor,
mapCount, mapCount,
// mapBox, mapBox,
mapBoxForBingTu, mapBoxForBingTu,
}, },
data() { data() {
......
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ export default {
z: 4, z: 4,
animationDuration: 0, animationDuration: 0,
radius: 25, radius: 25,
center: [itemArr.value[0], itemArr.value[1]], center: itemArr.value,
data: [ data: [
{ {
name: "一级工作犬", name: "一级工作犬",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment