Commit 429dbac2 authored by David黄金龙's avatar David黄金龙

删除 不使用的代码

parent 548fe4bf
...@@ -73,11 +73,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate { ...@@ -73,11 +73,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
extension AppDelegate { extension AppDelegate {
//
private func thirdSetting() -> Void { private func thirdSetting() -> Void {
// DispatchQueue.main.async {
//1.数据解析 //1.数据解析
#if DEBUG #if DEBUG
SmartConfig.debugMode = .none SmartConfig.debugMode = .none
...@@ -95,19 +91,6 @@ extension AppDelegate { ...@@ -95,19 +91,6 @@ extension AppDelegate {
#else #else
Bugly.start(withAppId: "5dc2acc53e") Bugly.start(withAppId: "5dc2acc53e")
#endif #endif
// if !Device.current.isSimulator {
// //3.一键登录
// let handler = TXCommonHandler.sharedInstance()
// handler.setAuthSDKInfo(YhConstant.Alipay.kAliOnePressPhoneLoginKey) { [weak self] dic in
//
// guard self != nil else { return }
// print("Ali Cloud login completed : /(dic) " )
//
// }
// }
// }
} }
//2.通用全局UI设置相关 //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