liuyg
2021-12-15 8409c653e725ad975b589419ddb9177f3be1e9fb
src/components/leftNav/index.vue
@@ -98,8 +98,8 @@
        generatePosition (num) {
            const list = []
            for (let i = 0; i < num; i++) {
                const lng = 121.0493 + Math.random() * 0.5
                const lat = 31.2583 + Math.random() * 0.5
                const lng = 121.1372 + Math.random() * 0.5
                const lat = 31.0129 + Math.random() * 0.5
                list.push(new this.DC.Position(lng, lat, 0))
            }
            return list