init: 初始系统模板
This commit is contained in:
11
src/constants/cache-keys-constants.ts
Normal file
11
src/constants/cache-keys-constants.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**会话缓存-网络请求 */
|
||||
export const CACHE_SESSION_FATCH = 'cache:session:fatch';
|
||||
|
||||
/**本地缓存-布局设置 */
|
||||
export const CACHE_LOCAL_PROCONFIG = 'cache:local:proConfig';
|
||||
|
||||
/**本地缓存-主题色 */
|
||||
export const CACHE_LOCAL_PRIMARY_COLOR = 'cache:local:primaryColor';
|
||||
|
||||
/**本地缓存-多语言 */
|
||||
export const CACHE_LOCAL_I18N = 'cache:local:i18n';
|
||||
Reference in New Issue
Block a user