File tree Expand file tree Collapse file tree
Controllers/RootControllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ + (void)presentVC:(UIViewController *)viewController{
348348#pragma mark Login
349349- (void )loginOutToLoginVC {
350350 [Login doLogout ];
351- [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupIntroductionViewController ];
351+ [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupLoginViewController ];
352352}
353353
354354@end
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ -(id)handleResponse:(id)responseJSON autoShowError:(BOOL)autoShowError{
259259
260260 if (resultCode.intValue == 1000 || resultCode.intValue == 3207 ) {// 用户未登录
261261 [Login doLogout ];
262- [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupIntroductionViewController ];
262+ [((AppDelegate *)[UIApplication sharedApplication ].delegate) setupLoginViewController ];
263263 kTipAlert (@" %@ " , [self tipFromError: error]);
264264 }
265265 }
You can’t perform that action at this time.
0 commit comments