编程式导航常用API
this.$router.push('hash地址')
this.$router.go(n) // 常用 n为 -1 表示回退到前一个界面
页面刷新的代码
location.reload() // 执行后实现页面自动刷新
this.$router.push('hash地址')
this.$router.go(n) // 常用 n为 -1 表示回退到前一个界面
location.reload() // 执行后实现页面自动刷新