1
admin
2026-01-31 732c30b33f782c2d2ebb62eacda2fb7a453a7ecd
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");