This commit is contained in:
X1627315083
2025-01-14 11:02:02 +08:00
parent d4c83ce43a
commit 4421488a7b
5 changed files with 67 additions and 72 deletions

View File

@@ -345,8 +345,6 @@ const userHabit : Module<UserHabit,RootState> = {
let getUserDetail = ()=>{
return new Promise((resolve,reject) => {
Https.axiosPost(Https.httpUrls.accountDetail).then((rv: any) => {
console.log(rv);
if(rv){
context.commit('setUserDetail',rv)
}