Commit 0d58b038 authored by Tình Trương's avatar Tình Trương

Update axios.ts

parent 03bc1613
......@@ -72,7 +72,7 @@ export default boot<StateInterface>(({ app, store }) => {
} else {
Notify.create({
type: 'warning',
message: i18n.global.t(`responseErrorMsg.msg${res.data.error.code}`),
message: res.data.error.message,
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment