Skip to content

Commit

Permalink
Merge branch 'base'
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt committed Jan 1, 2025
2 parents 28a7f26 + 75ad9af commit 6b29a05
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 6b29a05

Please sign in to comment.