location.href , /#/ 与 #/ 的区别
当前地址是
http://localhost:8080/hbAuthLink/#/aaaaaa
window.location.href='/#/home' -> http://localhost:8080/#/home
window.location.href='#/home' -> http://localhost:8080/hbAuthLink/#/home
当前地址是
http://localhost:8080/hbAuthLink/#/aaaaaa
window.location.href='/#/home' -> http://localhost:8080/#/home
window.location.href='#/home' -> http://localhost:8080/hbAuthLink/#/home