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