LtyhShop/pc/enums/cacheEnums.ts

9 lines
163 B
TypeScript
Raw Permalink Normal View History

2025-04-09 14:59:26 +08:00
// 本地缓存key
//token
export const TOKEN_KEY = 'token'
//账号
export const ACCOUNT_KEY = 'account'
//用户信息
export const USERINFO_KEY = 'pcUserInfo'