1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 18:06:41 +08:00
This commit is contained in:
dylan
2023-07-11 21:49:47 +08:00
parent 043e92703e
commit f12299e8ba
2 changed files with 1 additions and 400 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ async function tasklist() {
console.log(`${$.name} API请求失败,请检查网路重试`)
} else {
data = JSON.parse(data)
if (data) {
if (JSON.stringify(data) !='{}') {
$.tasklist = data.data
}
}