complete the local storage context improvement
This commit is contained in:
parent
595cc58e2e
commit
f06e576527
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { showSnackbar } from "./snackbarHelper";
|
||||||
// const LOCAL_STORAGE_APP_CONTEXT = "ffc_";
|
// const LOCAL_STORAGE_APP_CONTEXT = "ffc_";
|
||||||
|
|
||||||
const url = new URL(window.location.href);
|
const url = new URL(window.location.href);
|
||||||
const LOCAL_STORAGE_APP_CONTEXT = url.pathname.split('/')[1] + "-";
|
const LOCAL_STORAGE_APP_CONTEXT = url.pathname.split('/')[1] + "_";
|
||||||
|
|
||||||
export interface SyncItem {
|
export interface SyncItem {
|
||||||
key: string;
|
key: string;
|
||||||
|
|
Loading…
Reference in a new issue