提交 0dcdecb9 编写于 作者: F fancy

退出登录的时候 需要退出极速打卡的程序

上级 6c8a79a2
......@@ -218,14 +218,14 @@ class SPersonViewController: FormViewController {
}
func logout() {
// 人员登录信息清除
O2AuthSDK.shared.logout { (result, msg) in
DDLogInfo("O2 登出 \(result), msg:\(msg ?? "")")
}
// 退出极光推送
O2JPushManager.shared.O2JPushUnBind()
// if O2IsConnect2Collect == false {
// //解除绑定 设备号 内网直连版本
//
// }
// 退出极速打卡
FastCheckInManager.shared.stop()
self.forwardDestVC("login", "loginVC")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册