@@ -121,11 +121,11 @@
- (void)onKickedOffline {
// 被踢下线
NSLog(@"----- 被踢下线");
-//#ifdef DEBUG
-//
-//#else
+#ifdef DEBUG
+
+#else
[[NSNotificationCenter defaultCenter] postNotificationName:@"otherLogin" object:nil];
-//#endif
+#endif
}
- (void)onUserSigExpired {