修改全局指向生产的路径

This commit is contained in:
何童崇 2021-12-16 09:29:10 +08:00
parent 90f8e04e93
commit 7e3e35784e
1 changed files with 2 additions and 2 deletions

View File

@ -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) {