重定向到其他页面(前端) - 错误代码:STATUS_ACCESS_VIOLATION
当我尝试在前端脚本中重定向到其他页面时遇到此问题:
window.localStorage.setItem('img1', JSON.stringify({img_data}))
window.location.replace("/visitor/login");
在本地存储中设置数据然后重定向到其他页面是否存在问题?
我的服务器中有一条“/visitor/login”的路由:
app.get("/visitor/login", (req, res) => {
res.render("./Visitor Module/login");
})
I have problem with redirecting to other page, and resulting to this error:
I'm encountering this when I'm trying to redirect to other page in front-end script:
window.localStorage.setItem('img1', JSON.stringify({img_data}))
window.location.replace("/visitor/login");
Is there problem in setting data in localstorage then redirecting to other page?
I have a route in my server for "/visitor/login":
app.get("/visitor/login", (req, res) => {
res.render("./Visitor Module/login");
})
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论