After vue is packaged and deployed, why can't the page that uses window.open () jump open?

1.-sharp-sharp-sharp problem description
after vue is packaged and deployed, pages redirected using the window.open () method cannot jump to the corresponding path normally.

Link to the page before jump:
file:/F:/Wamp/www/front/trunk/v1.0/dist/index.html-sharp/CaseList
after clicking to jump:
file:/F:/Detail?list_type=0&caseid=311

how to solve such a problem?

Nov.26,2021

window.open () Jump http or https or relative path how can you write a local path address to jump to


the link you jump to is a static file on your local machine. You can't even access your own computer when you put it on the server. Are you not careful enough?


solve it by yourself:
after the problem is packaged and released. The path change of the jump link. The path needs to be modified

Menu