zuozhengqing
2024-04-11 dd4a1597a35e19078aa580f596418902df0f8c5f
src/common/untils/dialog.js
@@ -40,9 +40,8 @@
        // 将此时的位置传出去
        // binding.value({x:e.pageX,y:e.pageY})
      }
      document.onmouseup = function (e) {
        console.log(e)
      // e
      document.onmouseup = function () {
        document.onmousemove = null
        document.onmouseup = null
      }