无故事王国
2023-09-26 c86ac49db2969495ec21fae2a27956cad9499752
WanPai/Root/Other/VC/ProfileVC.swift
@@ -42,7 +42,8 @@
        CommonAlertView.show(title: "退出登录", content: "是否退出当前账号?") { status in
            if status{
                UserViewModel.clearToken()
            app.needLogin()
            }
        }
    }