release 1.0

This commit is contained in:
jyuesong
2022-01-18 14:56:25 +08:00
parent c3afe85c78
commit bc201fff63
2 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ class UserInfoViewModel {
String userInfoJson = SpUtil.getString(spUserInfo);
_userName = SpUtil.getString(spUserName);
_passWord = SpUtil.getString(spPassWord);
_host = SpUtil.getString(spHost, defValue: "http://49.234.59.95:5700");
_host = SpUtil.getString(spHost, defValue: '');
if (userInfoJson.isNotEmpty) {
_token = userInfoJson;
}