reactjs——如果在react中使用useHistory钩子,那么在Nextjs中使用哪个钩子来替换useHistory?
发布时间:2022-02-21 10:31:11 422
相关标签: # ios
const loginUser = async (e) => {
e.preventDefault();
await axios.post(
"http://localhost:5000/api/login",
{
email,
password,
},
{ withCredentials: true }
);
fetchAllCars();
//I want to push the user to their history section here
console.log("success");
};
我想把用户推到他们被重定向到登录页面之前的位置
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报