update storage
This commit is contained in:
parent
9fc4c86111
commit
3beaf88745
15 changed files with 36 additions and 29 deletions
2
dashboard-ui/thirdparty/apiclient/store.js
vendored
2
dashboard-ui/thirdparty/apiclient/store.js
vendored
|
@ -44,7 +44,7 @@
|
|||
};
|
||||
}
|
||||
|
||||
globalScope.store = new myStore(localStorage);
|
||||
globalScope.appStorage = new myStore(localStorage);
|
||||
globalScope.sessionStore = new myStore(sessionStorage);
|
||||
|
||||
})(window, window.localStorage, window.sessionStorage);
|
Loading…
Add table
Add a link
Reference in a new issue