Zimo 3 giờ trước cách đây
mục cha
commit
a1b852e929
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }
   })