This commit is contained in:
777
2025-09-22 21:28:40 +08:00
parent 76b82b2437
commit 1ee9b850a6

View File

@@ -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'
}
}
}