百度App浏览器下,vue-router的返回上一页this.$router.go(-1)无效

百度App浏览器下,vue-router的返回上一页this.$router.go(-1)无效,无论是history还是hash模式都不起作用,请问这个是咋回事?
百度图标:图片说明

vue router的go,感觉使用了 html5 中 window.history.go
如果参数大于history记录的长度,会返回undefined

可能是由于你什么原因把页面变成非路由组件了,你可以console.log(this.$router)看一下是否有api