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

1、支持 http

2、关闭调试
parent efdc7465
...@@ -102,7 +102,7 @@ extension AppDelegate { ...@@ -102,7 +102,7 @@ extension AppDelegate {
private func thirdSetting() -> Void { private func thirdSetting() -> Void {
//1.数据解析 //1.数据解析
#if DEBUG #if DEBUG
SmartConfig.debugMode = .none
#elseif TESTNEV #elseif TESTNEV
SmartConfig.debugMode = .none SmartConfig.debugMode = .none
#else #else
......
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>
<false/> <true/>
</dict> </dict>
<key>UIAppFonts</key> <key>UIAppFonts</key>
<array> <array>
......
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