Family Task Slides

This commit is contained in:
CHIEFSOFT\ameye
2023-05-23 06:48:41 -04:00
parent 4286d90b36
commit 25c3c15145
3 changed files with 107 additions and 3 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ class usersService {
getHomeDate() {
var postData = {
uuid: localStorage.getItem("uuid"),
uuid: localStorage.getItem("uid"),
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
};