|
@@ -13,6 +13,9 @@ axios.interceptors.request.use(
|
|
const uuid = localStorage.getItem("uuid") || "";
|
|
const uuid = localStorage.getItem("uuid") || "";
|
|
config.headers.Uuid = uuid;
|
|
config.headers.Uuid = uuid;
|
|
config.headers.AccessToken = uuid + "--zheshiyigename";
|
|
config.headers.AccessToken = uuid + "--zheshiyigename";
|
|
|
|
+
|
|
|
|
+ config.headers.Lang = localStorage.getItem("i18n") || 'zh';
|
|
|
|
+
|
|
return config;
|
|
return config;
|
|
},
|
|
},
|
|
(error) => {
|
|
(error) => {
|