代码优化

This commit is contained in:
BianLzhaoMin 2024-11-25 18:04:21 +08:00
parent c2f44146c4
commit bed711660b
1 changed files with 0 additions and 3 deletions

View File

@ -445,9 +445,6 @@ const onCurrentChange = (val: number) => {
}
onMounted(() => {
window.addEventListener(() => {
console.log(999)
}, onbeforeunload)
$bus.on('search', (val: any) => {
getDeviceListData(null, val)
})