This commit is contained in:
linlu 2024-12-10 18:24:31 +08:00
parent 115c194091
commit 7fa80109e8
2 changed files with 2 additions and 2 deletions

View File

@ -101,6 +101,7 @@
"redux": "^4.0.5",
"redux-thunk": "2.3.0",
"rsuite": "^4.3.4",
"sass": "^1.82.0",
"sass-loader": "7.3.1",
"scroll-into-view": "^1.14.2",
"showdown": "^1.9.1",
@ -196,7 +197,6 @@
"concat": "^1.0.3",
"happypack": "^5.0.1",
"mockjs": "^1.1.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"purgecss": "^2.1.2",
"reqwest": "^2.0.5",

View File

@ -32,7 +32,7 @@ export function initAxiosInterceptors(props) {
// 判断网络是否连接
initOnlineOfflineListener();
var proxy = "http://106.75.178.228:81";
var proxy = "http://172.16.100.220:81";
//响应前的设置
axios.interceptors.request.use(
config => {