1
admin
2026-01-18 6bb4ef66ebef1038ce94c3c21adaadc551d37a71
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");