|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
class ApiConstants {
|
|
|
//当前服务器环境
|
|
|
- static const isServerRelease = false;
|
|
|
+ static const isServerRelease = true;
|
|
|
|
|
|
//域名
|
|
|
- static const baseUrl = isServerRelease ? 'http://dev-yyhome.guadoutech.com' : 'http://dev-yyhome.guadoutech.com';
|
|
|
+ static const baseUrl = isServerRelease ? 'https://property.24ifm.com' : 'http://dev-yyhome.guadoutech.com';
|
|
|
|
|
|
// =========================== 用户相关 ↓=========================================
|
|
|
|