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