Skip to content

Commit

Permalink
fix: fix url for pc
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 14, 2023
1 parent cefbf22 commit 2ee9193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Page1/Page1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2ee9193

Please sign in to comment.