IOS embedded Vue H5 page routing returns problems that cannot be obtained

the problem is that I H5 has two pages, parent page A, child page B, A has a route to B, because put in the APP, the head is to be removed, so B does not have the above head, does not do the right arrow to return to A, the App side should be able to listen to the route directly, but my B route cannot be monitored on the IOS, and the Android end can monitor it. Have you encountered this situation?


if An and B are both pages in the route, they can be monitored.
on page A:

beforeRouteEnter(from,to,next){
    if(from.path=="B"){
        alert("B")
    }
    next()
}

Thank you for the invitation. You can send a issues question

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-1b34eca-404dd.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-1b34eca-404dd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?