Преглед на файлове

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

liukai преди 5 дни
родител
ревизия
01aa3e85d7
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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';
 
   // =========================== 用户相关 ↓=========================================