Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7397 | Rev 7399 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7397 Rev 7398
Línea 14... Línea 14...
14
    } else {
14
    } else {
15
      url += '?'
15
      url += '?'
16
    }
16
    }
17
    url += 't=' + new Date().getTime()
17
    url += 't=' + new Date().getTime()
18
  }
18
  }
19
  return axiosInstance.get(url, {
19
  return Axios.get(url, {
20
    headers: {
20
    headers: {
21
      Accept: 'application/json',
21
      Accept: 'application/json',
22
      Vary: 'Accept',
22
      Vary: 'Accept',
23
      'Cache-Control': 'no-cache, no-store',
23
      'Cache-Control': 'no-cache, no-store',
24
    },
24
    },