list.vue代码 import { onMounted, onUnmounted } from 'vue'; let intervalId = null; const refreshList = async () => { try { await reload(</