您的位置: 首页 > IT文章 > vue 当前页跳转并强制刷新 vue 当前页跳转并强制刷新 分类: IT文章 • 2022-03-07 21:58:06 watch: { '$route'(to, from) { this.$router.go(0); } }, this.$router.push({ path: '/dashboard/XXZX?' + new Date() });