使用location.reload()或者this.$router.go(0)将整个页面重载
location.reload()
this.$router.go(0)
1、修改App.vue,声明reload函数 2、在需要重载的页面注入reload函数,然后直接调用reload函数即可。