Commit 5678707c7e38736e0d41f0a918d4190541e40a9e

Authored by “张旭”
1 parent 468d0bf4

取消提前加载认证页

metaCode/Classes/Common/Base/CNLiveBaseTabBarViewController.swift
@@ -68,11 +68,6 @@ class CNLiveBaseTabBarViewController: UITabBarController @@ -68,11 +68,6 @@ class CNLiveBaseTabBarViewController: UITabBarController
68 CNLiveBaseNavigationController(rootViewController: mineVC) 68 CNLiveBaseNavigationController(rootViewController: mineVC)
69 ] 69 ]
70 70
71 - //提前加载认证的viewDidLoad,但是会走两遍  
72 - DispatchQueue.main.asyncAfter(deadline: .now() + 1) {  
73 - let v = authVC.view  
74 - }  
75 -  
76 } 71 }
77 72
78 // MARK: - Tabar 背景图 73 // MARK: - Tabar 背景图