Commit 6fa3f104 authored by sole's avatar sole Committed by 花裤衩

fix[request.js]: error mesaage (#65)

fix
parent 2c7586cc
......@@ -30,7 +30,7 @@ service.interceptors.response.use(
const res = response.data
if (res.code !== 20000) {
Message({
message: res.data,
message: res.message,
type: 'error',
duration: 5 * 1000
})
......
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