Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 5, 2023
1 parent 7051547 commit 1b0d3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Page1/Page1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const swiperList = [
type TypeDownload = 'Android' | 'Web' | 'IOS'
const download = (type: TypeDownload) => {
if (type === 'Android') {
window.open('https://eoe.best/appdl')
window.open('https://alist.vtb.link/EOEFANS/client')
return
}
if (type === 'Web') {
window.open('https://eoefans.com')
window.open('https://www.eoefans.com')
return
}
Expand Down

0 comments on commit 1b0d3ee

Please sign in to comment.