This commit is contained in:
parent
08a16a68c6
commit
4578e27d38
@ -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) => {
|
||||||
|
|||||||
@ -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)
|
||||||
})
|
})
|
||||||
|
|
||||||
// 定义下载链接数据
|
// 定义下载链接数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user