增加了自动添加api入库选项 修改了某些已知的bug

This commit is contained in:
QM303176530
2020-05-03 21:55:14 +08:00
parent 9510177350
commit 6d53a47b59
2 changed files with 6 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ service.interceptors.response.use(
} else {
Message({
showClose: true,
message: response.data.msg,
message: response.data.msg||decodeURI(response.headers.msg),
type: 'error',
onClose: () => {
if (response.data.data && response.data.data.reload) {