V2.0 重新排班

This commit is contained in:
tangly1024
2021-12-17 13:49:17 +08:00
parent 67c0959485
commit 9c38dae8aa
28 changed files with 215 additions and 77 deletions

View File

@@ -24,7 +24,9 @@ export async function getDataFromCache (key) {
default:
break
}
if (JSON.stringify(dataFromCache) === '[]') {
return null
}
return dataFromCache
}