zhanghua
2022-12-14 cb763a17221a5520d6887b2470b5276e0855ede7
删除debugger
2个文件已修改
2 ■■■■■ 已修改文件
src/components/map/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/images/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/map/index.vue
@@ -10,7 +10,6 @@
    };
  },
  created() {
    debugger;
    if (!this.point) {
      this.point = { x: "119.27179890", y: "28.59027084" };
    }
src/views/operate/images/index.vue
@@ -276,7 +276,6 @@
    },
    // 执行下拉框操作
    selectChange(list) {
      debugger
      if (this.tempList.length !== 0) {
          this.preMyIdx = list;
          this.mulDelete(this.tempList);