增加client_id登录方式

This commit is contained in:
NewTab
2022-01-19 20:35:14 +08:00
parent e8694643d8
commit 364c0da236
5 changed files with 33 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ class UserInfoViewModel {
_passWord = SpUtil.getString(spPassWord);
_useSecertLogined = SpUtil.getBool(spSecretLogined, defValue: false);
_host = SpUtil.getString(spHost, defValue: 'http://1.1.1.1:5700');
_host = SpUtil.getString(spHost, defValue: '');
if (userInfoJson.isNotEmpty) {
_token = userInfoJson;