修复自动化代码报错信息提示
This commit is contained in:
parent
6bf3835728
commit
274eb56d05
|
@ -70,7 +70,7 @@ service.interceptors.response.use(
|
|||
} else {
|
||||
ElMessage({
|
||||
showClose: true,
|
||||
message: response.data.msg,
|
||||
message: response.data.msg||decodeURI(response.headers.msg),
|
||||
type: 'error'
|
||||
})
|
||||
if (response.data.data && response.data.data.reload) {
|
||||
|
|
Loading…
Reference in New Issue