web
9 天以前 81a0e26f1ba5fd0b95381ee902caa1579a8ec043
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)
        }
    })
}