From 1c4f7fb19b5108b3ade7e196f80820c180a30f6e Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 9 Dec 2024 20:28:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0interceptor=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/interceptor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/interceptor.md b/docs/api/interceptor.md index 80595d8e..0196299d 100644 --- a/docs/api/interceptor.md +++ b/docs/api/interceptor.md @@ -32,3 +32,4 @@ * 目前仅以下接口支持拦截器:navigateTo、redirectTo、reLaunch、switchTab、navigateBack、loadFontFace、pageScrollTo、startPullDownRefresh、setNavigationBarColor、setNavigationBarTitle、setTabBarBadge、removeTabBarBadge、setTabBarItem、setTabBarStyle、hideTabBar、showTabBar、showTabBarRedDot、hideTabBarRedDot * 如需拦截request,可在插件市场搜索[拦截器插件](https://ext.dcloud.net.cn/search?q=%E6%8B%A6%E6%88%AA%E5%99%A8&uni-appx=1) +* 小程序端拦截器无法拦截navigator组件 \ No newline at end of file -- GitLab