Преглед изворни кода

fix: 修复多余的调试代码

yanglzh пре 1 година
родитељ
комит
f6fca34743
1 измењених фајлова са 0 додато и 2 уклоњено
  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('');