diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 47762435a..8569625e9 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -48,6 +48,7 @@ export function initAxiosInterceptors(props) { proxy="https://pre-newweb.educoder.net" // proxy="http://0.0.0.0:3000" proxy="http://localweb.educoder.net"; + proxy = "http://localhost:3000" // 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求;