Zimo 3 ore în urmă
părinte
comite
a1b852e929
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
     }
   })