1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 09:36:41 +08:00
This commit is contained in:
dylan
2023-07-11 21:55:20 +08:00
parent f12299e8ba
commit 6d9f419d4d
+1 -1
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
}
}