Vue's beforeRouteLeave hook, I now click on all will use the hook function, can you remove the next hook function, as shown in the figure



Mar.18,2021

define a variable clickNextBtn , which defaults to false . Click the next button clickNextBtn=true . Then

beforeRouteLeave (to, from, next) {
    if (this.clickNextBtn) {
        next()
    } else {
        this.$confirm(...)
    }
}
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-1b3b1de-2c252.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-1b3b1de-2c252.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?