From 886a9f2deb311453f12cb0302bcb882a9d331d7a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 06 Dec 2021 09:23:34 +0800
Subject: [PATCH] 问题修复

---
 mapWz/xcxmap.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mapWz/xcxmap.html b/mapWz/xcxmap.html
index a1f9e63..273eaea 100644
--- a/mapWz/xcxmap.html
+++ b/mapWz/xcxmap.html
@@ -105,6 +105,9 @@
         <div class="dingwei" @click="locationMap">
             <img style="width: 80%;height: 80%;" src="./img/dingwei.png" alt="">
         </div>
+		<div class="uploadLocation">
+					<el-button @click="uplcation" type="primary">上传位置</el-button>
+		</div>
         <div id="map">
 
         </div>

--
Gitblit v1.9.3