ソースを参照

切换测试环境,开启越南版本的第二期

liukai 6 ヶ月 前
コミット
00ac0f2939
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      packages/cs_domain/lib/constants/api_constants.dart

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

@@ -2,7 +2,7 @@
 
 class ApiConstants {
   //当前服务器环境
-  static const isServerRelease = true;
+  static const isServerRelease = false;
 
   //越南的域名
   static const baseUrl = isServerRelease ? 'https://vietnam.casualabour.com' : 'http://vietnam-dev.casualabour.com';