This commit is contained in:
2021-01-07 14:57:25 +08:00
parent dabe3d6db5
commit 64848f733f
5 changed files with 10 additions and 6 deletions

5
.idea/compiler.xml generated
View File

@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel>
<module name="HouseProperty.app" target="1.8" />
<module name="HouseProperty.ninegridview" target="1.8" />
</bytecodeTargetLevel>
<bytecodeTargetLevel target="1.8" />
</component>
</project>

2
.idea/misc.xml generated
View File

@@ -5,7 +5,7 @@
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@@ -72,6 +72,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme">
<provider
android:name="com.sl.house_property.ImagePickerProvider"

View File

@@ -8,7 +8,8 @@ public class ApiConfig {
/* public static String BASE_URL="http://5597755.com/Lottery_server/get_init_data.php/";
public static String APPID="szo007";
public static String webUrl="https://www.dafaok88.com";*/
public static String BASE_PARENT_URL="https://wy.shiningsoft.top/";
// public static String BASE_PARENT_URL="https://wy.shiningsoft.top/";
public static String BASE_PARENT_URL="http://wy.dou1.net/";
public static String BASE_URL= BASE_PARENT_URL + "api/";
public static String APPID="api/";

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>