Browse Source

update service

luke 6 năm trước cách đây
mục cha
commit
39d89b9725
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      service/src/pages/TheCurrentSession.vue

+ 5 - 5
service/src/pages/TheCurrentSession.vue

@@ -726,10 +726,10 @@
 					
 					this.websocketsend(JSON.stringify(data))
 				}).catch(() => {
-					// this.$message({
-					//   type: 'info',
-					//   message: '已取消删除'
-					// });
+					this.$message({
+					  type: 'info',
+					  message: '已取消删除'
+					});
 				});
 			},
 
@@ -1054,7 +1054,7 @@
 
 			/*******************qq截图粘贴---监听时间捆绑*****************/
 			paste() {
-				document.getElementById('input').addEventListener('paste', this.getClipboardData);
+				document.getElementById('input').addEventListener('paste',null);
 			},
 
 			/**********************qq截图粘贴---发送截图*****************/