WanPai/Root/Course/VC/StudentExchangeVC.swift @@ -24,7 +24,7 @@ } @IBAction func addStudentAction(_ sender: UIButton) { let studentVC = AddStudentVC() let studentVC = AddStudentVC(type: .course) push(vc: studentVC) } }