无故事王国
2023-09-18 b395e5ea758b24803743535f86bf443765237551
WanPai/Root/Other/VC/ProfileVC.swift
@@ -42,9 +42,7 @@
        CommonAlertView.show(title: "退出登录", content: "是否退出当前账号?") { status in
            if status{
                UserViewModel.clearToken()
                let loginVC = LoginVC()
                loginVC.modalPresentationStyle = .fullScreen
                self.present(loginVC, animated: true)
            }
        }
    }