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