浏览代码

debugger修改

zhangyihao 8 月之前
父节点
当前提交
c5aeb3cdf5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/routineCommandMap/PositionMap.vue

+ 0 - 1
src/views/routineCommandMap/PositionMap.vue

@@ -292,7 +292,6 @@ function handleClose() {
 let queryFormRef = ref();
 let containerRef = ref();
 function handleResize() {
-  debugger
   const containerWidth = containerRef.value.clientWidth * (document.body.clientWidth / 8960);
   const containerHeight = containerRef.value.clientHeight * (document.body.clientHeight / 2520);
   width.value = containerWidth + 'px';