|
|
|
@ -43,10 +43,12 @@ export function initAxiosInterceptors(props) {
|
|
|
|
|
// proxy = "http://testbdweb.educoder.net"
|
|
|
|
|
// proxy = "https://testeduplus2.educoder.net"
|
|
|
|
|
//proxy="http://47.96.87.25:48080"
|
|
|
|
|
proxy="https://pre-newweb.educoder.net"
|
|
|
|
|
proxy="https://test-newweb.educoder.net"
|
|
|
|
|
proxy="https://pre-newweb.educoder.net"
|
|
|
|
|
// proxy="http://0.0.0.0:3000"
|
|
|
|
|
|
|
|
|
|
// 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求;
|
|
|
|
|
|
|
|
|
|
// 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求;
|
|
|
|
|
// 如果需要支持重复的请求,考虑config里面自定义一个allowRepeat参考来控制
|
|
|
|
|
const requestMap = {};
|
|
|
|
|
|
|
|
|
|