From 314fec99d47f5ee69637257e37c955f67ab2090b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 27 Sep 2019 11:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/AppConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 198091b4c..05baee2af 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -46,6 +46,7 @@ export function initAxiosInterceptors(props) { proxy="https://test-newweb.educoder.net" proxy="https://pre-newweb.educoder.net" // proxy="http://0.0.0.0:3000" + proxy="http://localweb.educoder.net"; // 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求;