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(() => { onMounted(() => {
getList() getList()
setInterval(() => { // setInterval(() => {
getList() // getList()
}, 5000) // }, 5000)
}) })
</script> </script>