@@ -54,8 +54,8 @@ android {
applicationId "com.hongyegroup.app24ifm"
minSdkVersion 21
targetSdkVersion 35
- versionCode 100
- versionName "1.0.0"
+ versionCode 101
+ versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
@@ -2,10 +2,10 @@
class ApiConstants {
//当前服务器环境
- static const isServerRelease = false;
+ static const isServerRelease = true;
//域名
- static const baseUrl = isServerRelease ? 'https://property.24ifm.com' : 'http://dev-yyhome.guadoutech.com';
+ static const baseUrl = isServerRelease ? 'https://portal.24ifm.com' : 'http://dev-yyhome.guadoutech.com';
// =========================== 用户相关 ↓=========================================