yxq 2 mesi fa
parent
commit
641bad259a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      monitorMobile/http/api.js

+ 0
- 1
monitorMobile/http/api.js Vedi File

@@ -71,7 +71,6 @@ http.interceptors.response.use((response) => {
* @returns <any>object
*/
function decryptJWT(token) {
console.log(token)
token = token.replace(/_/g, "/").replace(/-/g, "+");
const json = decodeURIComponent(escape(window.atob(token.split(".")[1])));
return JSON.parse(json);


Caricamento…
Annulla
Salva