Commit f4b21a65 authored by DavidHuang's avatar DavidHuang

修改一处 参数

parent 1c86fe9f
...@@ -33,7 +33,7 @@ extension AppDelegate: JPUSHRegisterDelegate { ...@@ -33,7 +33,7 @@ extension AppDelegate: JPUSHRegisterDelegate {
#if DEBUG #if DEBUG
let isProduction = false let isProduction = false
#elseif TESTENV #elseif TESTENV
let isProduction = true let isProduction = false
#else #else
let isProduction = true let isProduction = true
#endif #endif
......
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