1 Commits
yanyu ... yuan

Author SHA1 Message Date
777
1ee9b850a6 123 2025-09-22 21:28:40 +08:00

View File

@@ -47,7 +47,8 @@ export default {
}, },
methods: { methods: {
goShare() { 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'
} }
} }
} }