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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35d76-2bfba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35d76-2bfba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?