|
|
@@ -1,37 +1,37 @@
|
|
|
// token key
|
|
|
-export const TOKEN_KEY = 'TOKEN__';
|
|
|
+export const TOKEN_KEY = 'TOKEN___SPACE';
|
|
|
|
|
|
export const JWT_TOKEN_KEY = 'JWT_TOKEN_SPACE';
|
|
|
|
|
|
-export const REFRESH_TOKEN_KEY = 'REFRESH_TOKEN';
|
|
|
+export const REFRESH_TOKEN_KEY = 'REFRESH_TOKEN_SPACE';
|
|
|
|
|
|
-export const LOCALE_KEY = 'LOCALE__';
|
|
|
+export const LOCALE_KEY = 'LOCALE___SPACE';
|
|
|
|
|
|
// user info key
|
|
|
-export const USER_INFO_KEY = 'USER__INFO__';
|
|
|
+export const USER_INFO_KEY = 'USER__INFO___SPACE';
|
|
|
|
|
|
// role info key
|
|
|
-export const ROLES_KEY = 'ROLES__KEY';
|
|
|
+export const ROLES_KEY = 'ROLES__KEY_SPACE';
|
|
|
|
|
|
// project config key
|
|
|
export const PROJ_CFG_KEY = 'PROJ__CFG__KEY__NEW';
|
|
|
|
|
|
// lock info
|
|
|
-export const LOCK_INFO_KEY = 'LOCK__INFO__KEY__';
|
|
|
+export const LOCK_INFO_KEY = 'LOCK__INFO__KEY___SPACE';
|
|
|
|
|
|
-export const MULTIPLE_TABS_KEY = 'MULTIPLE_TABS__KEY__';
|
|
|
+export const MULTIPLE_TABS_KEY = 'MULTIPLE_TABS__KEY___SPACE';
|
|
|
|
|
|
-export const APP_DARK_MODE_KEY_ = '__APP__DARK__MODE__';
|
|
|
+export const APP_DARK_MODE_KEY_ = '__APP__DARK__MODE___SPACE';
|
|
|
|
|
|
// base global local key
|
|
|
-export const APP_LOCAL_CACHE_KEY = 'COMMON__LOCAL__KEY__';
|
|
|
+export const APP_LOCAL_CACHE_KEY = 'COMMON__LOCAL__KEY___SPACE';
|
|
|
|
|
|
// base global session key
|
|
|
-export const APP_SESSION_CACHE_KEY = 'COMMON__SESSION__KEY__';
|
|
|
+export const APP_SESSION_CACHE_KEY = 'COMMON__SESSION__KEY___SPACE';
|
|
|
|
|
|
-export const PLATFORM = 'PLATFORM';
|
|
|
+export const PLATFORM = 'PLATFORM_SPACE';
|
|
|
|
|
|
-export const MENU_LIST = 'MENU_LIST';
|
|
|
+export const MENU_LIST = 'MENU_LIST_SPACE';
|
|
|
export enum CacheTypeEnum {
|
|
|
SESSION,
|
|
|
LOCAL,
|