fix
杨锴
2024-10-09 2e91ee1387ef545ecef49230f2024b89b2f82a58
XQMuse/Root/Home/HomeVC.swift
@@ -196,12 +196,12 @@
            }
            @objc func settingvoiceAction(){
                        let vc = BackgroundVoiceVC()
                        push(vc: vc)
//                        let vc = BackgroundVoiceVC()
//                        push(vc: vc)
//                         let nav = LoginNav(rootViewController: LoginVC())
//                        nav.modalPresentationStyle = .fullScreen
//                        present(nav, animated: true)
                         let nav = LoginNav(rootViewController: LoginVC())
                        nav.modalPresentationStyle = .fullScreen
                        present(nav, animated: true)
            }
            @objc func jumpMoreAction(_ sender:UIButton){