Quellcode durchsuchen

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

liukai vor 4 Tagen
Ursprung
Commit
01aa3e85d7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      packages/cs_domain/lib/constants/api_constants.dart

+ 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';
 
   // =========================== 用户相关 ↓=========================================