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