Procházet zdrojové kódy

切换为正式环境,安卓100版本上线

liukai před 4 dny
rodič
revize
01aa3e85d7

+ 2 - 2
packages/cs_domain/lib/constants/api_constants.dart

@@ -2,10 +2,10 @@
 
 class ApiConstants {
   //当前服务器环境
-  static const isServerRelease = false;
+  static const isServerRelease = true;
 
   //域名
-  static const baseUrl = isServerRelease ? 'http://dev-yyhome.guadoutech.com' : 'http://dev-yyhome.guadoutech.com';
+  static const baseUrl = isServerRelease ? 'https://property.24ifm.com' : 'http://dev-yyhome.guadoutech.com';
 
   // =========================== 用户相关 ↓=========================================