|
|
@ -41,7 +41,7 @@ var proxy = "http://localhost:3000"
|
|
|
|
// proxy = "http://testbdweb.trustie.net"
|
|
|
|
// proxy = "http://testbdweb.trustie.net"
|
|
|
|
// proxy = "http://testbdweb.educoder.net"
|
|
|
|
// proxy = "http://testbdweb.educoder.net"
|
|
|
|
// proxy ="http://192.168.2.63:3000"
|
|
|
|
// proxy ="http://192.168.2.63:3000"
|
|
|
|
// proxy='https://www.educoder.net'
|
|
|
|
proxy='http://120.27.231.56:48080'
|
|
|
|
const requestMap={};
|
|
|
|
const requestMap={};
|
|
|
|
// 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求;
|
|
|
|
// 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求;
|
|
|
|
// 如果需要支持重复的请求,考虑config里面自定义一个allowRepeat参考来控制
|
|
|
|
// 如果需要支持重复的请求,考虑config里面自定义一个allowRepeat参考来控制
|
|
|
|