-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
我在gradle中配置了
compile "com.meiyou.framework:router:1.0.0"
这是Application中初始化代码:
Router.getInstance().init(this);
Router.getInstance().addScheme("imaster_android");
以下是annotation标记的JUri
@juri("/login_master")
并在相应的activity中标记了JUri,但程序跑起来后RouterTable中并没有注册相应的路由,请问是什么原因
Metadata
Metadata
Assignees
Labels
No labels