From 1ee9b850a6efbf9c1a6a8a23f26838bc5e37109e Mon Sep 17 00:00:00 2001 From: 777 <123@qwe.com> Date: Mon, 22 Sep 2025 21:28:40 +0800 Subject: [PATCH] 123 --- src/views/WuOne.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } } }