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
Menu