This commit is contained in:
dylan 2023-07-11 21:55:20 +08:00
parent f12299e8ba
commit 6d9f419d4d

View File

@ -197,7 +197,7 @@ async function tasklist() {
console.log(`${$.name} API请求失败请检查网路重试`)
} else {
data = JSON.parse(data)
if (JSON.stringify(data) !='{}') {
if (JSON.stringify(data.data) !='{}') {
$.tasklist = data.data
}
}