修改下载链接
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('') const downLoadAndroid = ref('')
request request
.get('/api/v1/common/client/download', { .get('/api/v1/common/client/download', {
invite_code: getAllQueryString('ic'), // invite_code: getAllQueryString('ic'),
platform: 'mac', platform: 'mac',
}) })
.then((res) => { .then((res) => {
@ -146,7 +146,7 @@ request
request request
.get('/api/v1/common/client/download', { .get('/api/v1/common/client/download', {
invite_code: getAllQueryString('ic'), // invite_code: getAllQueryString('ic'),
platform: 'windows', platform: 'windows',
}) })
.then((res) => { .then((res) => {
@ -155,7 +155,7 @@ request
request request
.get('/api/v1/common/client/download', { .get('/api/v1/common/client/download', {
invite_code: getAllQueryString('ic'), // invite_code: getAllQueryString('ic'),
platform: 'android', platform: 'android',
}) })
.then((res) => { .then((res) => {

View File

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