更新版本迭代重新登录

This commit is contained in:
wyf
2025-07-25 09:25:04 +08:00
parent 617ea71fe9
commit 19568913bb
11 changed files with 256 additions and 85 deletions

View File

@@ -212,7 +212,7 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
box.write('user', userInfoController.model.user!.toJson()); // 存储用户信息
userInfoController.updateAll();
}
return apiResponse;
return res;
} else {
return ApiResponse(code: -1, msg: "服务器.失败".tr);
}