Commit 0afed06cc39671c3961d8d9be42104bafd221283

Authored by daifengyi
1 parent b92bf3ed

feat:recover config

Showing 1 changed file with 5 additions and 5 deletions
HDFwear/AppDelegate.swift
... ... @@ -31,13 +31,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
31 31 object_setClass(Foundation.Bundle.main, HDFBundle.self)
32 32  
33 33  
34   -// if AdminHelper.shared.isFirstLaunch() {
  34 + if AdminHelper.shared.isFirstLaunch() {
35 35 window?.rootViewController = LaunchViewController()
36 36 window?.makeKeyAndVisible()
37   -// } else {
38   -// window?.rootViewController = ZCTabBarController()
39   -// window?.makeKeyAndVisible()
40   -// }
  37 + } else {
  38 + window?.rootViewController = ZCTabBarController()
  39 + window?.makeKeyAndVisible()
  40 + }
41 41  
42 42 initSDK()
43 43 return true
... ...