src/common/untils/request.js
@@ -26,8 +26,8 @@ const getApsPage = () => { // 首页部署在各个环境的端口 const loginPathMap = { prod: `//${window.location.hostname}:9080`, test: `//192.168.20.119:9080`, prod: `//${window.location.hostname}:9088`, test: `//192.168.20.119:9088`, dev: `//localhost:8081` } return loginPathMap[environmentType()]