From 2ee9193646cb717cde6bfc38d0ce7ddb550faf1f Mon Sep 17 00:00:00 2001 From: kazami139 Date: Tue, 14 Feb 2023 13:05:50 +0000 Subject: [PATCH] fix: fix url for pc --- src/views/Page1/Page1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Page1/Page1.vue b/src/views/Page1/Page1.vue index 6f250c5..3370880 100644 --- a/src/views/Page1/Page1.vue +++ b/src/views/Page1/Page1.vue @@ -39,7 +39,7 @@ const buttontext = computed(() => { const download = () => { if (!isMobile) { - window.open('https://eoefans.com') + window.open('https://www.eoefans.com') return } if (!isIOS) {