派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-16 3b0fe9c39556c67ce0b13e3f3debf4046d2a38ab
src/main.js
@@ -18,6 +18,7 @@
import '@components/plugin/leaflet-measure-path/leaflet-measure-path.css'
import '@components/plugin/leaflet-measure-path/leaflet-measure-path'
import '@components/plugin/PathDrag'
import layer from './components/layer'
const appConfig = require('@/app.config')
Vue.config.productionTip = false
@@ -27,6 +28,7 @@
Vue.prototype.$config = appConfig
Vue.prototype.$echarts = echarts // 挂载echarts
window.Vue = Vue
window.$layer = layer(Vue)
// 注册指令7
// registerDirectives(Vue)