派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-12 c92282ff76f3ff986b4798d0f95e9c3e61020ca7
src/main.js
@@ -13,12 +13,17 @@
import 'leaflet/dist/leaflet.css'
import L from 'leaflet'
import '@/utils/dialogDrag.js'
import '@components/plugin/leaflet-measure-path/leaflet-measure-path.css'
import '@components/plugin/leaflet-measure-path/leaflet-measure-path'
const appConfig = require('@/app.config')
Vue.config.productionTip = false
Vue.use(ElementUI)
Vue.prototype.$cancels = []
Vue.prototype.L = L
Vue.prototype.$config = appConfig
Vue.prototype.$echarts = echarts // 挂载echarts
window.Vue = Vue
// 注册指令7
// registerDirectives(Vue)