修改了登录成功之后的tab

This commit is contained in:
fengshuo
2024-02-25 13:10:44 +08:00
parent 9010bb66fc
commit 94a067bdbc
35 changed files with 397 additions and 82 deletions

View File

@@ -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)