更新 App.vue

This commit is contained in:
jxxghp
2025-04-20 20:49:56 +08:00
committed by GitHub
parent 84317a4217
commit bdb092bda9
-7
View File
@@ -125,13 +125,6 @@ onMounted(() => {
}) })
}) })
}) })
onUnmounted(() => {
if (backgroundRotationTimer) {
clearInterval(backgroundRotationTimer)
backgroundRotationTimer = null
}
})
</script> </script>
<template> <template>