에러 처리

This commit is contained in:
focp212@naver.com
2025-11-05 16:59:57 +09:00
parent fe012cbda3
commit 87e9bb76de
4 changed files with 10 additions and 10 deletions

View File

@@ -85,12 +85,11 @@ export const BillingChargePage = () => {
}, 3000);
}).catch((e: any) => {
/*
alert(e)
if(e.response?.data?.message){
showAlert(e.response?.data?.message);
return;
}
*/
});
};