From c6c504aeac112db2ee60f9af7a994a04b9fa4ed5 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期三, 19 五月 2021 16:05:23 +0800 Subject: [PATCH] 事件上报修改 --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index be81e98..a2d5681 100644 --- a/src/main.js +++ b/src/main.js @@ -18,6 +18,8 @@ import '@components/plugin/leaflet-measure-path/leaflet-measure-path.css' import '@components/plugin/leaflet-measure-path/leaflet-measure-path' import '@components/plugin/PathDrag' +// import '@components/plugin/flowline' + import layer from './components/layer' const appConfig = require('@/app.config') Vue.config.productionTip = false -- Gitblit v1.8.0