This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
export const STORAGE_KEYS = {
accessToken: 'szkp_h5_access_token',
userInfo: 'szkp_h5_user_info',
oauthState: 'szkp_h5_oauth_state',
/** 首页定位同意状态(sessionStorage / uni 同步) */
locConsent: 'szkp_loc_consent',
/** 未登录时本地缓存的「我的信息」JSON */
localProfile: 'szkp_h5_local_profile',
} as const