摘要: created() { this.$nextTick(() => { // 禁止右键 document.oncontextmenu = new Function("event.returnValue=false"); // 禁止F12 document.onkeydown = new Functio 阅读全文
posted @ 2022-01-07 19:41 阳菜 阅读(1057) 评论(0) 推荐(0)