From c6cd6c7a9db14e889c35916f733fe41cc646ff66 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 07 四月 2021 14:58:36 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/plugin/leaflet-measure-path/leaflet-measure-path.js |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/components/plugin/leaflet-measure-path/leaflet-measure-path.js b/src/components/plugin/leaflet-measure-path/leaflet-measure-path.js
index 28fdfd9..2f8a696 100644
--- a/src/components/plugin/leaflet-measure-path/leaflet-measure-path.js
+++ b/src/components/plugin/leaflet-measure-path/leaflet-measure-path.js
@@ -1,6 +1,5 @@
 /* eslint-disable */
-const init = (L) => {
-    !(function() {
+ !(function() {
         'use strict'
 
         L.Marker.Measurement = L[L.Layer ? 'Layer' : 'Class'].extend({
@@ -419,8 +418,4 @@
         L.Circle.addInitHook(function() {
             addInitHook.call(this)
         })
-    })()
-}
-export default {
-    init
-}
\ No newline at end of file
+    })()
\ No newline at end of file

--
Gitblit v1.8.0