@@ -130,7 +130,11 @@ export default {
return subInfoArr
},
goCollect () {
- this.$router.push('/')
+ // this.$router.push('/')
+ const link = this.$router.resolve({
+ path: '/'
+ })
+ location.href = link.href
}