Explorar el Código

fix: 修复多余的调试代码

yanglzh hace 1 año
padre
commit
f6fca34743
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/views/iot/device/instance/component/map.vue

+ 0 - 2
src/views/iot/device/instance/component/map.vue

@@ -41,8 +41,6 @@ import { defineEmits, defineExpose, nextTick, ref } from 'vue';
 import { Search } from '@element-plus/icons-vue';
 import { initMap } from '/@/utils/map';
 
-initMap()
-
 const mapContainer = ref<HTMLElement | null>(null);
 const address = ref('');
 const lng = ref('');