haoxuan
2024-04-12 8c70602bf7417b48e53464c8c101ece25c40d5b0
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
      }