shuishen
2022-02-09 35298bdcd712499f2066c0e80d37acc96c1d2a63
src/pcviews/tool/sign.vue
@@ -15,6 +15,7 @@
    created () {
        var that = this
        that.DC = global.DC
        that.viewer.tooltip.enable = true
        that.viewer.on(that.DC.MouseEventType.MOUSE_MOVE, (e) => {
            that.viewer.tooltip.showAt(e.windowPosition, '我是鼠标提示')
        })