fix 79402

This commit is contained in:
danshihao
2023-12-19 14:13:32 +08:00
parent f41e1daa2b
commit 4b0ceba794
+7
View File
@@ -49,6 +49,13 @@ export default {
})
}
},
mounted () {
// fix 79402 解决火狐浏览器拖拽文件会打开新标签页的问题
document.body.ondrop = (e) => {
e.preventDefault()
e.stopPropagation()
}
},
created () {
const that = this
enquireScreen(deviceType => {