constant.js 131 B

123456
  1. // 常量, 一些key什么的
  2. export default {
  3. // 登录后后台返回的TOKEN在storage中的key
  4. TOKEN: 'TOKEN_STORAGE_KEY',
  5. }