src/views/screen/home/index.vue
@@ -101,6 +101,10 @@ const getWarning = () => { getPumpWarning({limit: 10, page:1}).then(res => { warnList.value = res.data.list }).catch(err => { if(err.message.includes("timeout")){ clearInterval(timer) } }) }