How to solve the current failure of vue mobile phone jump link (url is a new address)

/ / clipboard.png
itemurlwindow.open(item.url)

// clipboard.png
I click this to return on my phone, but I can"t return the list page of vue
solution.

Feb.22,2022
The

open () method is used to open a new browser window or to find a named window. http://www.w3school.com.cn/js.
window.location.href=""


you use the window.open () method, and there is no previous page when you open a new page. If you want to return to the previous page, it is recommended that you use caching. This is better, and return to the previous page at the same time. To clear cached data

Menu