vue routing jumps to static pages and jumps to vue pages

1. Static page jumps to vue page

window.open("/#/murelease", "_self"); 

or

 window.location.href="/#/murelease"

2. You need to add one more /# to jump over

おすすめ

転載: blog.csdn.net/weixin_53587375/article/details/123247319