diff --git a/src/views/WuOne.vue b/src/views/WuOne.vue index 96e2020..ea15fac 100644 --- a/src/views/WuOne.vue +++ b/src/views/WuOne.vue @@ -47,7 +47,8 @@ export default { }, methods: { goShare() { - this.$router.push({ name: 'share', query: { from: '8' } }) + // this.$router.push({ name: 'share', query: { from: '8' } }) + window.location.href = 'https://yldd.weiugp.cn/?code=3P4YLX' } } }