You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
351 B

2 months ago
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