فهرست منبع

Merge branch 'base'

Burt 1 سال پیش
والد
کامیت
6b29a0594c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/interceptors/route.ts

+ 0 - 1
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)
   },
 }