mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
fix: fix fullscreen bg color not work (#75)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user