haoxuan
2024-04-29 caeb71b06d19a8ffd854c19e5e4b58f7180cdce8
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
      }