axios.post("/api/user/signup", { data }) .then(res => { if (res.status === 200) { console.log("REDIRECTION avec status => ", res.status); // how to redirect ...
確定! 回上一頁