|
|
@@ -397,7 +397,7 @@ public class Jump2View {
|
|
|
* @param object
|
|
|
*/
|
|
|
public void goHomePageView(final Activity context, Object object) {
|
|
|
- final Intent intent = new Intent(context, ActTest.class).setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
|
|
+ final Intent intent = new Intent(context, ActMain.class).setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
|
|
if (object instanceof String) {
|
|
|
//统计用户登录信息
|
|
|
UMConfigUtils.onProfileSignIn();
|