import config from '@/config/config'; export default { baseURL: config.baseURL+'api/', method: 'POST', header: { 'content-type': 'application/x-www-form-urlencoded; charset=UTF-8' }, };