From e98c241635131220b9374596facd9bba36e57f17 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 21 Dec 2021 17:19:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/leftNav/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/leftNav/index.vue b/src/components/leftNav/index.vue
index 493e3c6..47fbe8c 100644
--- a/src/components/leftNav/index.vue
+++ b/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

--
Gitblit v1.9.3