修改了ARouter加载Hmi的路径

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-08 20:36:27 +08:00
parent 2089e2578e
commit ae9a096663
6 changed files with 8 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ import kotlinx.android.synthetic.main.fragment_hmi.*
* @date 2021/8/3 2:40 下午
* 预警图层
*/
@Route(path = MogoServicePaths.PATH_V2X_WARNING)
@Route(path = MogoServicePaths.PATH_HMI)
class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>(),
IMoGoWaringProvider,
MoGoWarningContract.View {