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, '我是鼠标提示') })