@@ -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';