mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 00:52:09 +08:00
修复酷狗歌单打开
This commit is contained in:
parent
6a4e055524
commit
a1a5752c29
@ -264,6 +264,7 @@ export default {
|
|||||||
async createHttp(url, options, retryNum = 0) {
|
async createHttp(url, options, retryNum = 0) {
|
||||||
if (retryNum > 2) throw new Error('try max num')
|
if (retryNum > 2) throw new Error('try max num')
|
||||||
let result
|
let result
|
||||||
|
options.cache = 'default'
|
||||||
try {
|
try {
|
||||||
result = await httpFetch(url, options).promise
|
result = await httpFetch(url, options).promise
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user