cacheConstant.js 105 B

12345
  1. // 记录微信本地缓存key
  2. export const TOKEN_NAME = 'Authorization'
  3. export const OPENID = 'openid'