fix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user