WanPai/Root/Other/VC/ProfileVC.swift
@@ -41,7 +41,7 @@ } @IBAction func logoutAction(_ sender: UIButton) { CommonAlertView.show(title: "退出登录", content: "是否退出当前账号?") { status in CommonAlertView.show(title: "提示", content: "确认退出当前账号?") { status in if status{ UserViewModel.clearToken() app.needLogin()