From 3be40ecc52be54ec6a45abd0277f40b385671479 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期六, 13 三月 2021 16:32:58 +0800 Subject: [PATCH] 新增统计与报警 --- src/main.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 17309bb..8ffa4e2 100644 --- a/src/main.js +++ b/src/main.js @@ -10,13 +10,14 @@ import 'element-ui/lib/theme-chalk/index.css' import 'leaflet/dist/leaflet.css' import L from 'leaflet' +import '@/utils/dialogDrag.js' Vue.config.productionTip = false Vue.use(ElementUI) Vue.prototype.$cancels = [] Vue.prototype.L = L -// 娉ㄥ唽鎸囦护 +// 娉ㄥ唽鎸囦护7 // registerDirectives(Vue) // 娉ㄥ唽echarts鐨偆 -- Gitblit v1.8.0