IOS Wechat browser rollback does not refresh

A single-page application written in react framework. Because page b needs to call Wechat API, page A jumps to page b using location.href, but page A does not refresh request data when ios WeChat page b uses physical fallback. How can page A refresh request data?

Jun.11,2021
The

a page adds a scheduled poll to obtain the login status of the user from the server, and refresh


window.onpageshow = function (e) {
 if (e.persisted) {
       window.location.reload(true)
 } 
}
if there is any change.
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-1b3be70-2c2c2.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-1b3be70-2c2c2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?