From 937d482fd4d5e79a03d4023823d1cc097897b00e Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 30 Aug 2024 09:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=BA=A6=E5=9C=B0=E5=9B=BE=E5=BC=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 59 ++++++++++++------- .../coding-nw/component/MapDIalog.vue | 2 +- 2 files changed, 39 insertions(+), 22 deletions(-) diff --git a/public/index.html b/public/index.html index 8ce5017..1b6fc75 100644 --- a/public/index.html +++ b/public/index.html @@ -1,14 +1,20 @@ - - - - - - - <%= webpackConfig.name %> - - - - -
-
-
-
-
-
正在加载系统资源,请耐心等待
-
-
- - + + + +
+
+
+
+
+
正在加载系统资源,请耐心等待
+
+
+ + + \ No newline at end of file diff --git a/src/views/warehouseManage/machinery/coding-nw/component/MapDIalog.vue b/src/views/warehouseManage/machinery/coding-nw/component/MapDIalog.vue index 480e034..89e21c4 100644 --- a/src/views/warehouseManage/machinery/coding-nw/component/MapDIalog.vue +++ b/src/views/warehouseManage/machinery/coding-nw/component/MapDIalog.vue @@ -403,7 +403,7 @@ export default { pointList.push( new BMapGL.Point( this.linePointList[i].lng, - this.linePointList[i].lat, + this.linePointList[i].lat, ), ) }