Commit 5cc21ecc authored by maxiaoliang's avatar maxiaoliang

芭芭农场1.1.0上线

parent 65c93059
...@@ -54,7 +54,7 @@ class BaseApplication : BaseApplication() { ...@@ -54,7 +54,7 @@ class BaseApplication : BaseApplication() {
private var backToFrontTime: Long = 0 private var backToFrontTime: Long = 0
override fun onCreate() { override fun onCreate() {
super.onCreate() super.onCreate()
NetConfig.setBase_Url(NetConfig.Environment.DEV)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT NetConfig.setBase_Url(NetConfig.Environment.PRODUCT)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
var isDebug = true var isDebug = true
if (NetConfig.sEnvironment == NetConfig.Environment.PRODUCT) { if (NetConfig.sEnvironment == NetConfig.Environment.PRODUCT) {
isDebug = false isDebug = false
......
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