fix: fix fullscreen bg color not work (#75)

This commit is contained in:
vben
2020-11-03 21:36:54 +08:00
parent bcab4b774d
commit 0c28ffa8e6
8 changed files with 44 additions and 68 deletions

View File

@@ -58,7 +58,7 @@ export function setSession(key: string, value: any, immediate = false) {
cacheStore.session[BASE_SESSION_CACHE_KEY][key] = value;
if (immediate) {
const cache = cacheStore.session;
ls.set(BASE_SESSION_CACHE_KEY, cache);
ss.set(BASE_SESSION_CACHE_KEY, cache);
}
}