Zimo 3 시간 전
부모
커밋
a1b852e929
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/config/axios/index.ts

+ 1 - 1
src/config/axios/index.ts

@@ -13,7 +13,7 @@ const request = (option: any) => {
     ...otherOption,
     headers: {
       'Content-Type': headersType || default_headers,
-      Lang: langStore.v,
+      Lang: langStore.v.replace(/"/g, ''),
       ...headers
     }
   })