yxq 2 달 전
부모
커밋
641bad259a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      monitorMobile/http/api.js

+ 0
- 1
monitorMobile/http/api.js 파일 보기

@@ -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);


불러오는 중...
취소
저장