static Future<bool> loginIM(NIMLoginInfo loginInfo) async { return (await getIt<LoginService>().loginIM(loginInfo)).isSuccess; }