Browse Source

合并冲突

tags/v1.0.0^2
余菲 2 years ago
parent
commit
8a9148c457
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/views/task-manage/all-task/components/DemandDrawer.vue

+ 0
- 5
src/views/task-manage/all-task/components/DemandDrawer.vue View File

@@ -42,7 +42,6 @@
</template>

<script>
<<<<<<< HEAD
import { defineComponent, computed, reactive, toRefs, onMounted, ref, watch } from 'vue'
import { Map, View, Feature } from 'ol'
import 'ol/ol.css'
@@ -57,10 +56,6 @@ import { Draw } from 'ol/interaction'
import { toRaw } from '@vue/reactivity'
import * as control from 'ol/control'
import { styleList } from '../tools/style.js'
=======
import BaseMap from './BaseMap.vue'
import { defineComponent, computed, reactive, toRefs } from 'vue'
>>>>>>> 1762facaae24878e796d6ef485ffabf56b51a3c8

// 视频组件
import VideoPlayer from '@/components/VideoPlayer/index.vue'

Loading…
Cancel
Save