소스 검색

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

liukai 4 일 전
부모
커밋
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';
 
   // =========================== 用户相关 ↓=========================================