Zimo 3 hours ago
parent
commit
a1b852e929
1 changed files with 1 additions and 1 deletions
  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
     }
   })