The vue-router address is switched, but the page is not skipped.

vue-router browser address is switched, but the page is not skipped

this happens when I jump from page 1 to page 2, then return 1 from page 2, and then jump from 1 to 2. How did this cause

the return method is this

methods: {
       goBack() {
           this.$router.go(-1)
       }
    }
Apr.28,2022
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-1b3bda8-4130a.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-1b3bda8-4130a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?