add react版前端
This commit is contained in:
9
web-react/src/common/storage/index.js
Normal file
9
web-react/src/common/storage/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const SESSION_KEY = '__SESSION'
|
||||
const SETTING_KEY = '__SETTINGS'
|
||||
const GLOBAL_INFO_KEY = '__GLOBAL_INFO'
|
||||
|
||||
export {
|
||||
SESSION_KEY,
|
||||
SETTING_KEY,
|
||||
GLOBAL_INFO_KEY,
|
||||
}
|
||||
Reference in New Issue
Block a user