diff --git a/webintroduce/src/components/Vintroduce.vue b/webintroduce/src/components/Vintroduce.vue index 0baf1e1..b3c6f49 100644 --- a/webintroduce/src/components/Vintroduce.vue +++ b/webintroduce/src/components/Vintroduce.vue @@ -17,7 +17,7 @@ export default { methods:{ linkDownload () { - window.open('https://www.pgyer.com/fLLu','_blank') // 新窗口打开外链接 + window.open('https://a.app.qq.com/o/simple.jsp?pkgname=com.zteits.tianshui','_blank') // 新窗口打开外链接 } },