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