| src/components/leftNav/index.vue | ●●●●● patch | view | raw | blame | history |
src/components/leftNav/index.vue
@@ -98,8 +98,8 @@ generatePosition (num) { const list = [] for (let i = 0; i < num; i++) { const lng = 121.44405783 + Math.random() * 0.5 const lat = 31.19480456 + Math.random() * 0.5 const lng = 115.87186406 + Math.random() * 0.5 const lat = 28.74449337 + Math.random() * 0.5 list.push(new this.DC.Position(lng, lat, 0)) } return list