环境变量增加更新时间显示

This commit is contained in:
jyuesong
2022-01-19 11:07:50 +08:00
parent fffa930eb1
commit 51da0abb84
6 changed files with 93 additions and 16 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: '');
_host = SpUtil.getString(spHost, defValue: 'http://49.234.59.95:5700');
if (userInfoJson.isNotEmpty) {
_token = userInfoJson;
}