Files
uniapp-im-shop/constants/storage-keys.js
2026-02-03 00:45:33 +08:00

12 lines
263 B
JavaScript

export const STORAGE_KEYS = {
TOKEN: 'token',
USER: 'userInfo',
TENCENT_USER_SIG: 'tencentUserSig', // 腾讯 IM 签名
// 字体大小
FONT_SIZE: 'fontSizeData',
// 好友列表
FRIEND_LIST: 'friendList',
// 群列表
GROUP_LIST: 'groupList'
}