haoxuan
2024-04-16 d3642faa7f79bc1e8992e528ad102587a2c44499
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
      }