服务器报错提示信息修改

This commit is contained in:
mengxiaolong
2020-11-12 17:18:34 +08:00
parent f31d7fb3ee
commit c5fc3d618f

View File

@@ -544,7 +544,8 @@ export default {
}
})
} catch (reason) {
console.log('网络异常')
this.$toast.clear()
this.$toast('服务器异常, 请稍后再试')
}
}
},