Commit ce3d3719 authored by David黄金龙's avatar David黄金龙

一处代码优化

parent 65510ab9
......@@ -67,15 +67,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
YHOSSManager.share.getOSSID()
//for test hjl
AGCInstance.startUp()
AGCAppLinking.instance().handle { (link, error) in
let deepLink = link?.deepLink
//TODO: 增加deeplink地址跳转
print(deepLink as Any)
}
//设置主窗口
setupRootVC()
return true
......@@ -153,6 +144,11 @@ extension AppDelegate {
//3、AGC 短链相关
AGCInstance.startUp()
AGCAppLinking.instance().handle { (link, error) in
let deepLink = link?.deepLink
//TODO: 增加deeplink地址跳转
print(deepLink as Any)
}
}
//2.通用全局UI设置相关
......
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