Commit aad2617c authored by 李苏's avatar 李苏 💬

th

parent fbc3ee2f
......@@ -41,9 +41,9 @@ service.interceptors.response.use(res => {
const code = res.data.code || 200;
// 获取错误信息
const msg = errorCode[code] || res.data.message || errorCode['default']
if(msg=='系统未知错误,请反馈给管理员'){
return
}
// if(msg=='系统未知错误,请反馈给管理员'){
// return
// }
// 二进制数据则直接返回
if(res.request.responseType === 'blob' || res.request.responseType === 'arraybuffer'){
return res.data
......@@ -111,7 +111,7 @@ service.interceptors.response.use(res => {
location.href = '/index';
})
})
return
}
......
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