competitions
杨树林 5 years ago
parent c9f1d9f409
commit 86d733adfc

@ -95,7 +95,7 @@ export function initAxiosInterceptors(props) {
}
if (config.method === "post") {
if (requestMap[config.url] === true) { // 避免重复的请求 导致页面f5刷新 也会被阻止 显示这个方法会影响到定制信息
if (requestMap[config.url] === true) { // 避免重复的请求 导致页面f5刷新 也会被阻止 显示这个方法会影响到定制信息定制信息是get 请求
// console.log(config);
// console.log(JSON.parse(config));
// console.log(config.url);

Loading…
Cancel
Save