添加报错信息

This commit is contained in:
zhangsir
2024-09-27 20:42:48 +08:00
parent 54435b91d1
commit 75eba179d1

View File

@@ -562,7 +562,7 @@ export default {
} }
}).catch(err=>{ }).catch(err=>{
this.isTrue = false; this.isTrue = false;
this.$message.error(err.data.message) this.$message.error(err.response.data.message)
}) })
// axios({ // axios({
// method: 'get', // method: 'get',