修改下载链接
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 1m34s

This commit is contained in:
speakeloudest 2026-01-29 00:06:47 -08:00
parent 08a16a68c6
commit 4578e27d38
2 changed files with 5 additions and 5 deletions

View File

@ -137,7 +137,7 @@ const downLoadMac = ref('')
const downLoadAndroid = ref('')
request
.get('/api/v1/common/client/download', {
invite_code: getAllQueryString('ic'),
// invite_code: getAllQueryString('ic'),
platform: 'mac',
})
.then((res) => {
@ -146,7 +146,7 @@ request
request
.get('/api/v1/common/client/download', {
invite_code: getAllQueryString('ic'),
// invite_code: getAllQueryString('ic'),
platform: 'windows',
})
.then((res) => {
@ -155,7 +155,7 @@ request
request
.get('/api/v1/common/client/download', {
invite_code: getAllQueryString('ic'),
// invite_code: getAllQueryString('ic'),
platform: 'android',
})
.then((res) => {

View File

@ -53,7 +53,6 @@ request
})
.then((res) => {
downLoadWin.value = res.url
console.log(downLoadWin.value)
})
request
@ -62,7 +61,8 @@ request
platform: 'android',
})
.then((res) => {
downLoadWin.value = res.url
downLoadAndroid.value = res.url
// console.log(downLoadAndroid.value)
})
//