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) } } }