fix:删除控制台console

This commit is contained in:
zhangyu
2022-07-15 17:05:03 +08:00
parent 5061a0dd37
commit 60671e1d3b
9 changed files with 9 additions and 11 deletions

View File

@@ -40,6 +40,9 @@ export function getTopology (key) {
export function setTopology (key, value) {
topologyCache[`topology${key}`] = value
if (!value) {
delete topologyCache[`topology${key}`]
}
}
export function clearTopologyCache () {