Skip to content

Commit c1f523a

Browse files
committed
update README.md
1 parent b4df5a7 commit c1f523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
545545
3. 使用java方式注册拦截器,`addInterceptor(priority,interceptor)`相同优先级添加会catch,`setInterceptor(priority,interceptor)`相同优先级添加会覆盖(更新)。
546546
547-
4. 框架已经做了混淆处理。注意,如果使用`GoRouter.getInstance().inject(this)`自动注入参数方法,不要忘记参数加上`@Param`注解,否则自动注入会失败。
547+
4. 框架已经对注解方式注入参数做了混淆处理。如果不使用注解方式,使用java方式注册,不要忘记参数加上`@Keep`注解,否则自动注入会失败。
548548
549549
5. 开启日志可以检查路由是否有重复提交的情况
550550

0 commit comments

Comments
 (0)