liuyg
2021-12-21 e98c241635131220b9374596facd9bba36e57f17
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