From d3f11759e6b32d7e9e63e0f7b0cc4b6874aea020 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 28 八月 2023 11:14:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/bfasrs6' into bfasrs6
---
src/main/webapp/views/home/map_edit.html | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/home/map_edit.html b/src/main/webapp/views/home/map_edit.html
index d5497b3..51917d7 100644
--- a/src/main/webapp/views/home/map_edit.html
+++ b/src/main/webapp/views/home/map_edit.html
@@ -81,6 +81,10 @@
鍏呯數妗╋細
<div class="pointBox chargeStation"></div>
</div>
+ <div>
+ 闅愯棌鏄剧ず锛�
+ <div class="pointBox pointBoxStart"></div>
+ </div>
</div>
<div>
<div>璧风偣锛�<input type="text" v-model="startPosition"></div>
@@ -130,6 +134,7 @@
<div @click="map[mapI][mapJ].value = 3" class="pointBox pointBoxGreen"></div>
<div @click="map[mapI][mapJ].value = 4" class="pointBox pointBoxStation"></div>
<div @click="map[mapI][mapJ].value = 5" class="pointBox chargeStation"></div>
+ <div @click="map[mapI][mapJ].value = 10" class="pointBox pointBoxStart"></div>
</div>
</div>
<div>
--
Gitblit v1.9.1