Skip to content

Commit

Permalink
fix: navigateBack 不可拦截,导致BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt committed Jan 1, 2025
1 parent c47eb87 commit 75ad9af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interceptors/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const routeInterceptor = {
uni.addInterceptor('navigateTo', navigateToInterceptor)
uni.addInterceptor('reLaunch', navigateToInterceptor)
uni.addInterceptor('redirectTo', navigateToInterceptor)
uni.addInterceptor('navigateBack', navigateToInterceptor)
uni.addInterceptor('switchTab', navigateToInterceptor)
},
}

0 comments on commit 75ad9af

Please sign in to comment.