|
@@ -174,6 +174,15 @@ public class JumpUtils {
|
|
|
goCourseGroupDetailByCourseType(courseGroupId, courseType);
|
|
|
return true;
|
|
|
}
|
|
|
+
|
|
|
+ if (TextUtils.equals(routeBean.pageTag, RouteConstants.PAGE_TAG_HOMEPAGE)) {
|
|
|
+ //老师主页
|
|
|
+ if (BaseApplication.Companion.isTeacherClient()) {
|
|
|
+ ARouter.getInstance().build(RouterPath.MineCenter.HOME_PAGE)
|
|
|
+ .navigation();
|
|
|
+ }
|
|
|
+ return true;
|
|
|
+ }
|
|
|
}
|
|
|
} else {
|
|
|
//跳转H5页面
|