// 缓存语言的key export const LOCALE_STORE = 'ynet-locale-store' // 缓存SessionInfo的key export const SESSION_STORE = 'ynet-session-store' // 缓存userInfo的key export const USER_STORE = 'ynet-user-store'