对接大部分接口

This commit is contained in:
aixianling
2023-10-23 10:48:30 +08:00
parent 189e7621ad
commit 8c07c9a6cb
5 changed files with 232 additions and 139 deletions

View File

@@ -8,6 +8,13 @@ import fdEdge from "../assets/fdEdge.json"
export default {
name: "fdMap",
model: {
prop: "ins",
event: "input"
},
props: {
ins: {default: null}
},
data() {
return {
map: null
@@ -54,6 +61,7 @@ export default {
},
]
})
this.$emit("input", this.map)
} else if (c < 5) setTimeout(() => this.init(++c), 500)
}
},