Update App.vue

This commit is contained in:
hwxlikemi 2025-01-26 20:41:14 +08:00 committed by GitHub
parent 4977afff52
commit eaccf43574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ onMounted(() => {
document.oncontextmenu = () => { document.oncontextmenu = () => {
ElMessage({ ElMessage({
message: "为了浏览体验,本站禁用右键", message: "为了浏览体验,本站禁用右键",
grouping: false, grouping: true,
duration: 2000, duration: 2000,
}); });
return false; return false;