This commit is contained in:
quowingwang 2026-01-22 16:41:43 +08:00
commit 2cafa0c47f

View File

@ -64,9 +64,9 @@ const getList = async () => {
onMounted(() => {
getList()
setInterval(() => {
getList()
}, 5000)
// setInterval(() => {
// getList()
// }, 5000)
})
</script>