|
@@ -333,21 +333,28 @@ public class WebStartHelper {
|
|
|
public static void goRecommendMusicSong() {
|
|
|
ARouter.getInstance()
|
|
|
.build(RouterPath.WebCenter.ACTIVITY_HTML)
|
|
|
- .withString(WebConstants.WEB_URL, WebConstants.TEACHER_GROUP_CREATE)
|
|
|
+ .withString(WebConstants.WEB_URL, WebConstants.HOME_RECOMMEND_MUSIC_SONG)
|
|
|
.navigation();
|
|
|
}
|
|
|
|
|
|
public static void goHotMusicSong() {
|
|
|
ARouter.getInstance()
|
|
|
.build(RouterPath.WebCenter.ACTIVITY_HTML)
|
|
|
- .withString(WebConstants.WEB_URL, WebConstants.TEACHER_GROUP_CREATE)
|
|
|
+ .withString(WebConstants.WEB_URL, WebConstants.HOME_HOT_MUSIC_SONG)
|
|
|
.navigation();
|
|
|
}
|
|
|
|
|
|
public static void goLastNewMusicSong() {
|
|
|
ARouter.getInstance()
|
|
|
.build(RouterPath.WebCenter.ACTIVITY_HTML)
|
|
|
- .withString(WebConstants.WEB_URL, WebConstants.TEACHER_GROUP_CREATE)
|
|
|
+ .withString(WebConstants.WEB_URL, WebConstants.HOME_LAST_NEW_MUSIC_SONG)
|
|
|
+ .navigation();
|
|
|
+ }
|
|
|
+
|
|
|
+ public static void goMoreMusicSong() {
|
|
|
+ ARouter.getInstance()
|
|
|
+ .build(RouterPath.WebCenter.ACTIVITY_HTML)
|
|
|
+ .withString(WebConstants.WEB_URL, WebConstants.HOME_MORE_SONG)
|
|
|
.navigation();
|
|
|
}
|
|
|
}
|