修复酷狗歌单打开

This commit is contained in:
lyswhut 2023-08-21 19:02:45 +08:00
parent 6a4e055524
commit a1a5752c29

View File

@ -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) {