1
admin
2026-01-28 9651e8d425ae12e21cf9718b26e62fade65fb7b6
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");