编译错误修改。

登录成功先清除sp缓存,防止数据错乱
处理人脸识别错误
This commit is contained in:
jinyuer
2021-12-08 15:27:07 +08:00
parent 8e5788d6df
commit 5234933749
14 changed files with 161 additions and 76 deletions

View File

@@ -8,6 +8,6 @@ public class DoConfig {
*/
public static String FANGCHAN_DATA = "0";//0代表没有数据 1代表有数据
public static String MY_HOUST_ADDRESS = "";
public static String MY_HOUST_ADDRESS = "house";
// public static String MY_HOUST_WYID = "";
}