spring
2025-02-25 fb45193819e90f59c5f22a5f1e5a3f6a38c98c00
src/utils/request.js
@@ -36,6 +36,9 @@
      url = url.slice(0, -1);
      config.params = {};
      config.url = url;
      config.headers["responseType"] = config.headers["responseType"]
        ? config.headers["responseType"]
        : ""; // 让每个请求携带自定义token 请根据实际情况自行修改
    }
    if (
      !isRepeatSubmit &&