cache.js 82 B

12345
  1. // 缓存名称
  2. module.exports = {
  3. //token
  4. LOGIN_TOKEN: 'LOGIN_STATUS_TOKEN',
  5. }