HuolalaTech / hll-wp-therouter-android

A framework for assisting in the renovation of Android componentization(帮助 App 进行组件化改造的动态路由框架)
https://therouter.cn/
Apache License 2.0
1.07k stars 128 forks source link

编译发生时Attempted to serialize java.lang.Class: java.net.URI. Forgot to register a type adapter? #134

Closed mozhimen closed 6 months ago

mozhimen commented 6 months ago

image

注解@Route(path="/third?type=mod")在

image

image

image

微信图片_20231226222421

kymjs commented 6 months ago

路由的path定义时不能带参数,如需要向落地页传参,请使用运行时代码传参。如果需要声明默认参数,可在注解的params字段传递。
https://therouter.cn/docs/2022/08/28/01