Merge branch 'page-settings-fix' of MERMS/MermsPanelReactJS into master

This commit is contained in:
2025-08-15 10:50:29 +00:00
committed by Gogs
2 changed files with 10 additions and 1 deletions
@@ -58,6 +58,9 @@ export default function ProfileCompleteCom(){
setTimeout(()=>{mutation.reset()}, 4000)
},
onSuccess: (res) => {
if(res.data.resultCode != '0'){
throw({message: res?.data?.resultDescription})
}
setTimeout(()=>{
navigate(siteLinks.home)
},2000)