提交 d8e821ac 编写于 作者: chengxiang.li's avatar chengxiang.li

cancle data-view page onpaste limit

上级 d467f69c
...@@ -243,9 +243,9 @@ export default { ...@@ -243,9 +243,9 @@ export default {
document.oncopy = function(){ document.oncopy = function(){
return false; return false;
} }
document.onpaste = function(){ // document.onpaste = function(){
return false; // return false;
} // }
document.onselectstart = function(){ document.onselectstart = function(){
return false; return false;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册