Browse Source

debugger修改

zhangyihao 8 months ago
parent
commit
c5aeb3cdf5
1 changed files with 0 additions and 1 deletions
  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';