1
admin
2026-01-28 03ec19e1313fa30b8039f3ce507efb11242dd3ec
src/axios/index.js
@@ -23,7 +23,7 @@
  config => {
    config.headers["lang"] = localStorage.getItem("language")
      ? localStorage.getItem("language")
      : "zh-CN";
      : "jp";
    if (window.localStorage.getItem("USERTOKEN")) {
      // config.headers.Authorization = `USER_TOKEN = ${store.state.token}`;
      config.headers["USERTOKEN"] = window.localStorage.getItem("USERTOKEN");