We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a0fb0ef
There was an error while loading. Please reload this page.
1.支持Param注解自定义参数名 2.修改openLog()到openDebug() 3.新的文档生成方式
33c2c92
1.添加注解注册路由功能 2.修复注入参数inject方法错误
c6cb6e1
1.优化代码 2.更新READMD.md (注:这个版本的inject()方法有bug,请使用更高版本)
7aa1adb
1.URI自动组装path、type 2.开启日志可以检查路由是否有重复提交的情况 3.优化路由元数据冗余 4.生成JSON格式文档功能
5068b25
1.拦截器支持异步等待(可做网络请求),默认超时时间300秒,可调用Card.setTimeout()设置 2.详细的日志输出,可以查看跳转流程,调用GoRouter.openLog();开启 3.删除重写跳转URL PathReplaceService功能,可以在PretreatmentService里实现相同功能
ed75a8b
修改拦截器回调方法