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