WanPai/AppDelegate.swift
@@ -66,7 +66,6 @@ homeNav.tabBarItem = UITabBarItem(title: "加入玩湃", image: UIImage(named: "tabbar_home"), selectedImage: UIImage(named: "tabbar_home_s")) let clouseNav = BaseNav(rootViewController: CourseVC()) // let clouseNav = BaseNav(rootViewController: CourseInfoVC()) clouseNav.tabBarItem = UITabBarItem(title: "开始上课", image: UIImage(named: "tabbar_course"), selectedImage: UIImage(named: "tabbar_course_s")) let welfareVCNav = BaseNav(rootViewController: WelfareVC())