增加了自动添加api入库选项 修改了某些已知的bug
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user