// 缓存名称 module.exports = { //token 全局名称 LOGIN_TOKEN: 'LOGIN_STATUS_TOKEN', //clientId 全局客户端id CLIENT_ID: 'CLIENT_ID', }