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, ), ) }