mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 支持cloudflare域名
This commit is contained in:
+4
-1
@@ -56,7 +56,10 @@ export default {
|
||||
for (let node of nodes) {
|
||||
if (currentHistory?.value?.logs != null) {
|
||||
node.logs = computed(() => {
|
||||
return currentHistory.value.logs[node.node.id] || [];
|
||||
if(currentHistory?.value?.logs && currentHistory.value?.logs[node.node.id]!= null){
|
||||
return currentHistory.value?.logs[node.node.id];
|
||||
}
|
||||
return [];
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user