From 75ad9af648284787f0874af9a9bf708ca6411d07 Mon Sep 17 00:00:00 2001 From: Burt Date: Wed, 1 Jan 2025 18:07:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20navigateBack=20=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E6=8B=A6=E6=88=AA,=E5=AF=BC=E8=87=B4BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interceptors/route.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interceptors/route.ts b/src/interceptors/route.ts index c1f56c3..ddd6c98 100644 --- a/src/interceptors/route.ts +++ b/src/interceptors/route.ts @@ -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) }, }