Skip to content

Commit

Permalink
修复代码返回格式
Browse files Browse the repository at this point in the history
  • Loading branch information
langmansh committed Aug 11, 2021
1 parent 2e520bc commit dee9e02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion src/util/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function request(options) {
_success: true,
_message: statusText,
_statusCode: status,
...data,
data,
});
}).catch((error) => {
const {response} = error;
Expand Down

0 comments on commit dee9e02

Please sign in to comment.