shuishen
2021-12-21 3f5f4ab045914ac4842500db7781c3d181cca7dd
经纬度更改
1 files modified
4 ■■■■ changed files
src/components/leftNav/index.vue 4 ●●●● 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