Files
uniapp-im-shop/constants/storage-keys.js
2026-01-14 23:38:29 +08:00

8 lines
175 B
JavaScript

export const STORAGE_KEYS = {
TOKEN: 'token',
USER: 'userInfo',
TENCENT_USER_SIG: 'tencentUserSig', // 腾讯 IM 签名
// 字体大小
FONT_SIZE: 'fontSizeData',
}