修改了登录成功之后的tab
This commit is contained in:
@@ -29,7 +29,7 @@ var window: UIWindow?
|
||||
///如果登录成功显示tabbar
|
||||
self.window = UIWindow.init(frame: UIScreen.main.bounds)
|
||||
self.window?.backgroundColor = UIColor.white
|
||||
self.window?.rootViewController = BaeTabBarViewController()
|
||||
self.window?.rootViewController = BaseTabBarViewController()
|
||||
} else {
|
||||
///去登录
|
||||
self.window = UIWindow.init(frame: UIScreen.main.bounds)
|
||||
|
Reference in New Issue
Block a user