diff --git a/package.json b/package.json index b3a2e3c61..77e01e324 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/AppConfig.js b/src/AppConfig.js index d84292d0c..328579998 100644 --- a/src/AppConfig.js +++ b/src/AppConfig.js @@ -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 => {