When the mobile login successfully jumps to the home page through this.$router.push, the home page is not displayed from the top.

Mobile users jump to the home page after logging in successfully, but the home page that is initialized is not displayed from the top. Refresh the page
Jump method is as follows

clipboard.png

clipboard.png

clipboard.png

I hope the gods will give me more advice

Mar.04,2021

is the problem of scroll bar. If you set the position of scroll bar or history mode in the hook of the route, you can set the return value of scrollBehavior method to {x: 0, y: 0}

.

official documentation also states: https://router.vuejs.org/zh-c.

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