Commit 4fb25a0f authored by 刘俊宏's avatar 刘俊宏

启动图,调整展示时间为2秒

parent 072c71f2
......@@ -43,6 +43,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate,loginDelegate, UITabBarCon
var window:UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
Thread .sleep(forTimeInterval: 2.0)
let UserToken = UserDefaults.standard.value(forKey: "user_token")
if UserToken == nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment