1
admin
2026-01-13 ef4986b7a9ca0435ed4985373ffffbfb58e95114
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");