created() {
this.$nextTick(() => {
// 禁止右鍵
document.oncontextmenu = new Function("event.returnValue=false");
// 禁止F12
document.onkeydown = new Function("event.returnValue=false");
});
},
單個頁面
想要所有頁面試試 app.vue