Skip to content

Commit

Permalink
fix:修复因后端接口添加返回值导致的逻辑错误
Browse files Browse the repository at this point in the history
  • Loading branch information
周雅风 committed Jan 9, 2024
1 parent 3b1d167 commit 3770ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/miniapp/src/helpers/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function interceptResponseData (url: string, data: any) {
{
test: /(\/oidc\/token\/revocation)$/,
validate () {
return data === ''
return true
}
}
]
Expand Down

0 comments on commit 3770ae3

Please sign in to comment.