diff --git a/src/App.vue b/src/App.vue index 99e0e98..45ebd09 100644 --- a/src/App.vue +++ b/src/App.vue @@ -78,14 +78,16 @@ onMounted(() => { location.href = BASE_URL + '/' setVh() }) - //禁止选中文字 - document.onselectstart = new Function('return false') as any })