假设: ``` let vcs = self.navigationController?.viewControllers ?? [] self.navigationController?.setViewControllers(vcs.reversed(), animated: true) ``` `setupNavigationBarWhenViewDidLoad()`中的`backBarButtonItem`处理是不是就会有问题?