用的是以下的跳转方式
self.navigationController?.pushViewController(viewController, animated: true)
在当前页面移除方式
self.navigationController?.viewControllers.remove(at: (self.navigationController?.viewControllers.count)! - 2)
不知道对不对 但是能行得通