There is no route match the path
记录一下本人使用ARouter遇到的一个问题(kotlin)
private fun initARouter() {
ARouter.init(this)
if (BuildConfig.DEBUG) {
ARouter.openLog()
ARouter.openDebug()
}
}
这段代码看上去很正常,但是无法实现跳转,报出错误,‘There is no route match the path …’,后来经过
原创
2021-11-12 14:47:16 ·
360 阅读 ·
0 评论