export default { OK: { code: 0, msg: 'ok' }, SERVER_ERROR: { code: -1, msg: '服务器错误' } }