Vue-router cannot set the value of meta using the push method

using the push method of vue-router, setting the value of meta does not work. The code is as follows:

   this.$router.push({ path : "/bookGuide/deptList",   name : "deptList",  meta : { isBack : false }}, )

looked at the document and couldn"t find the reason. Does anyone know why?

Jul.14,2021

cannot modify this meta value. At most, it should be used statically, or dynamically or honestly put the page data or Vuex.


can be modified.

this.$route.meta.isBack = true;
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-1b3eb55-2c450.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-1b3eb55-2c450.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?