摘要: //禁止用户复制粘贴 forbid(){ var noright = ""; if(!noright){ document.onselectstart=function(){return false;}; //禁止复制粘贴 window.oncontextmenu=function(){return 阅读全文
posted @ 2022-03-08 15:21 薛定谔_猫 阅读(263) 评论(0) 推荐(0)
摘要: var contents = '' contents = this.addData.content.replace(/<[^>]+>/g, "") if( contents == '' ){ this.$message.error("留言不能为空") return } if(contents.len 阅读全文
posted @ 2022-03-08 15:13 薛定谔_猫 阅读(762) 评论(0) 推荐(0)