01 2022 档案

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