Commit 8b6266b6 authored by David黄金龙's avatar David黄金龙

Merge branch '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into 630-dev

* '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS:
  //  灰度环境
parents 911c099e 025cc887
......@@ -23,7 +23,8 @@ class YHBaseUrlManager {
#if DEBUG
return YHBaseUrlManager.baseUrlTest + "/"
#elseif TESTENV
return YHBaseUrlManager.baseUrlTest + "/"
return YHBaseUrlManager.baseGrayUrlTest + "/"
// return YHBaseUrlManager.baseUrlTest + "/"
#else
return YHBaseUrlManager.baseUrlRelease + "/"
#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