无故事王国
2023-10-26 152da0e2d8cd3bd522fb04d1114f0930c33c9fdf
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()