瀏覽代碼

开发分支

liukai 2 周之前
父節點
當前提交
160dcd75b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/cs_domain/lib/constants/api_constants.dart

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

@@ -4,7 +4,7 @@ class ApiConstants {
   //当前服务器环境
   static const isServerRelease = false;
 
-  //新加坡的域名
+  //域名
   static const baseUrl = isServerRelease ? 'https://www.casualabour.com' : 'http://yyjobs-api-dev.guadoutech.com';
 
   // =========================== 用户相关 ↓=========================================