zhanghua
2023-01-30 5173f8e31d106abd003e123c8679cf53c7940b33
src/components/dispatch/index.vue
@@ -107,7 +107,7 @@
      </div>
    </el-form>
    <div class="map">
      <!-- <MyMap></MyMap> -->
      <MyMap></MyMap>
    </div>
    <div class="footer">
      <el-button type="primary" @click="handleDispatch">确定</el-button>
@@ -116,7 +116,8 @@
  </div>
</template>
<script>
import MyMap from "@/components/map";
// import MyMap from "@/components/map";
import MyMap from "@/components/map/leafletMap.vue";
export default {
  components: {
    MyMap,