Browse Source

测试环境

liukai 4 months ago
parent
commit
dee82928a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cs_domain/lib/constants/api_constants.dart

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

@@ -8,7 +8,7 @@ class ApiConstants {
   static const baseUrl = isServerRelease ? 'https://vietnam.casualabour.com' : 'http://vietnam-dev.casualabour.com';
 
   //新加坡的域名
-  static const sgBaseUrl = isServerRelease ? 'https://www.casualabour.com' : 'http://singapore-dev-v2.casualabour.com/';
+  static const sgBaseUrl = isServerRelease ? 'http://singapore-dev-v2.casualabour.com/' : 'http://singapore-dev-v2.casualabour.com/';
 
   //韩国的域名
   static const koreaBaseUrl = isServerRelease ? 'https://korea.casualabour.com' : 'http://korea-dev.casualabour.com';