fix: 修复walk框不见了的问题

This commit is contained in:
chenjinsong
2020-09-03 18:34:19 +08:00
parent 6e79d1ece0
commit efd7408215

View File

@@ -56,7 +56,7 @@
},
data() {
return {
popBox: {show: false},
popBox: {show: true},
tempWalk: {detailShow: false, objectID: ''},
detailPopPosition: {top: "0", left: "0"}
}