浏览代码

切换测试环境

liukai 7 月之前
父节点
当前提交
22211413ff
共有 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';