@@ -121,6 +121,13 @@ export default {
}
)
+ }).catch(error => {
+ this.$notify({
+ title: '提示',
+ message: error.message,
+ type: 'warning',
+ duration: 3000
+ })
})
},
load() {