派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-25 957200ba89a34071a5981680f0caf2ee3cc6adfb
src/views/MapTemplate.vue
@@ -36,9 +36,9 @@
// import MenuSpecial from '@components/panel/MenuTopic'
import LegendPanel from '@components/panel/LegendPanel'
import Enterprise from '../components/table/enterprise'
import SolidContent from '@components/BaseNav/SolidContent'
import SolidContent from '@components/BaseNav/SolidWaste/SolidContent'
// 底图业务js逻辑
import AddSolidWasteHelper from '@components/BaseNav/SolidWaste'
import AddSolidWasteHelper from '@components/BaseNav/SolidWaste/SolidWaste'
export default {
  name: 'MapTemplate',
@@ -58,7 +58,6 @@
  },
  data () {
    return {
      // isShowBtn: false,
      map: null,
      lcServiceLayerVisible: false,
      basemapHelper: {},
@@ -109,7 +108,7 @@
      this.vectorLayerHelper = Sgis.initVectorLayersHelper(this.map) // 初始化动态要素图层助手
      this.vectorLayerHelper.initVectorLayers(this.config)
      // this.ChangeState()
      this.ChangeState()
      this.saveMapStatus()
      // this.setMapObj(this.mapObj)