我有一个这样的网址:http://localhost:3000/#/contrat?id=8171675304我正在尝试将其重定向到:http://localhost:3000/contrat?id=8171675304我尝试了以下方法:window.location.assign(hash.replace('#/', ''));还有这个代码: window.location.replace(hash.replace('#/', ''));这两种解决方案都没有按预期重定向 & 页面最终在 http://localhost:3000编辑:当我复制并粘贴 URL 时,上述两种解决方案都有效!但是当我点击浏览器上的链接( http://localhost:3000/#/contrat?id=8171675304)时,它会重定向到http://localhost:3000
添加回答
举报
0/150
提交
取消