location.href , /#/ 与 #/ 的区别

当前地址是

http://localhost:8080/hbAuthLink/#/aaaaaa

 

window.location.href='/#/home'   ->   http://localhost:8080/#/home


window.location.href='#/home'   ->   http://localhost:8080/hbAuthLink/#/home

 

posted @ 2022-06-02 17:39  莫欺  阅读(797)  评论(0编辑  收藏  举报