Skip to content

Commit

Permalink
Update login.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsky authored Mar 19, 2024
1 parent 6fc30e4 commit 698c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const showMessage = () => {
}
}
const getApk = () => {
http.get('https://api-drive.mypikpak.com/package/v1/apk/url/225815')
http.get('https://api-drive.mypikpak.com/package/v1/apk/url/367394')
.then((res:any) => {
window.open(res.data.apk_url)
})
Expand Down

0 comments on commit 698c683

Please sign in to comment.