Skip to content

Commit

Permalink
Merge pull request #1626 from xuyuan3/feat_hummer_mode
Browse files Browse the repository at this point in the history
fix:修复hummer navigateTo错误回调
  • Loading branch information
Blackgan3 authored Sep 14, 2024
2 parents 50e082d + 46dc103 commit aca1275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-proxy/src/tenon/api/route/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function navigateTo (options = {}) {
url,
animated: true,
params: Object.assign({}, query, options.query || {})
}, () => {})
})
const res = { errMsg: 'redirectTo:ok', eventChannel }
webHandleSuccess(res, options.success, options.complete)
resolve(res)
Expand Down

0 comments on commit aca1275

Please sign in to comment.