Skip to content

Commit 5e3babf

Browse files
authored
Merge branch 'master' into feat-swiper-indicator-type
2 parents ad1e318 + 399d373 commit 5e3babf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/api-proxy/src/platform/api/route/index.ios.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ function getBasePath (navigation) {
1414
let timerId = null
1515
function isLock (navigationHelper, type, options) {
1616
if (navigationHelper.lastSuccessCallback && navigationHelper.lastFailCallback) {
17-
const res = { errMsg: `${type}:fail the previous routing event didn't complete` }
17+
const { path } = parseUrl(options.url)
18+
const res = {
19+
errMsg: `${type}:fail the previous routing event didn't complete`,
20+
path
21+
}
1822
failHandle(res, options.fail, options.complete)
1923
return true
2024
}

0 commit comments

Comments
 (0)