当 页面 进入 vue?a=1 在vue 页面 点击信息 路由改变为 vue?a=2 返回到vue?a=1 页面没有渲染 改如何处理
监听一下浏览器返回按钮事件,在事件里重新渲染当前页
this.$router.go(-1); 返回上一级
当前路由问题