tangning před 2 roky
rodič
revize
09fd96bf8c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/utils/api.js

+ 1 - 0
src/utils/api.js

@@ -13,6 +13,7 @@ const instance = axios.create({
         ".AspNetCore.Culture": "c=zh-Hans|uic=zh-Hans",
         token:token,
         current,
+        lang:current,
     },
 });