Commit ce1620ef authored by 孙灵跃 Leon Sun's avatar 孙灵跃 Leon Sun

#

parent caaeb0eb
......@@ -67,7 +67,7 @@
}
}
const key = '[[miniMap]]miniMapData';
const miniMapData = window.sessionStorage.setItem(key);
const miniMapData = window.sessionStorage.getItem(key);
if(!getJson(miniMapData)) return;
const data = getJson(miniMapData) || await getDataFromBackend();
setTakeOverAppMethods(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment