This commit is contained in:
曹辉 2023-04-26 14:20:51 +08:00
parent 0ba28ae2cc
commit 88f94b2a74

View File

@ -176,6 +176,12 @@
}
})
}
} else {
this.$refs.uToast.show({
title: res.msg,
type: 'error',
duration: 2000
})
}
})
},