diff --git a/src/AppConfig.js b/src/AppConfig.js index becad6671..b917be368 100644 --- a/src/AppConfig.js +++ b/src/AppConfig.js @@ -56,8 +56,8 @@ export function initAxiosInterceptors(props) { // TODO 避免重复的请求 https://github.com/axios/axios#cancellation var proxy = "http://localhost:3000"; - // proxy = "https://forge.osredm.com"; - proxy = "http://117.50.100.12:49999"; + proxy = "https://forge.osredm.com"; + // proxy = "http://117.50.100.12:49999"; const requestMap = {}; window.setfalseInRequestMap = function (keyName) {